Interface AsyncAssetLoadingFragment

All Superinterfaces:
Fragment

public interface AsyncAssetLoadingFragment extends Fragment
A fragment that can load assets asynchronously using the provided AssetManager. This is useful for components that need to load assets without blocking the main thread.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called from the asset loader thread and can be used to load and transform assets asynchronously, without blocking the main thread.