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

c# - Sort XmlNodeList with a specific Node value -

Android Java.Lang.RuntimeException : Unable to start activity Component Info -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -