android - FragmentManager from application context -


is there way fragmentmanager application context? want use imageloader or bitmapfun store bitmaps download server. both class require fragmentmanager use retain cache on configuration changes such orientation change. in case want pre-download images before "need" them.

is there way fragmentmanager application context?

no, because fragments part of activity.

in case want pre-download images before "need" them.

then use different library, 1 not have dependency upon fragments.


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -