Interface Initializable

All Known Implementing Classes:
BitmapDrawableResource, BitmapResource, DrawableResource, GifDrawableResource, LazyBitmapDrawableResource

public interface Initializable
A callback allowing a resource to do some optimization on a background thread before being returned to the ui.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on a background thread so the Resource can do some eager initialization.
  • Method Details

    • initialize

      void initialize()
      Called on a background thread so the Resource can do some eager initialization.