-
public interface PreloadableDeclares Views that should be preloaded. This can either be implemented by a custom view or by an EpoxyHolder.
The preloadable views can be recursive ie if Preloadable.viewsToPreload includes any views that are themselves Preloadable those nested views will instead by used.
-
-
Method Summary
Modifier and Type Method Description abstract List<View>getViewsToPreload()-
-
Method Detail
-
getViewsToPreload
abstract List<View> getViewsToPreload()
-
-
-
-