android-来自应用程序上下文的FragmentManager
作者:互联网
有没有办法从应用程序上下文中获取FragmentManager?我想使用ImageLoader或BitmapFun存储我从服务器下载的一些位图.这两个类都需要FragmentManager来保留配置更改(例如方向更改)上的缓存.就我而言,我想在实际“需要”它们之前预先下载它们.
解决方法:
Is there a way to get FragmentManager from application context?
否,因为片段是活动的一部分.
In my case I want to pre-download the images before I actually “need” them.
然后使用另一种库,该库不依赖于片段.
标签:fragmentmanager,android-context,android 来源: https://codeday.me/bug/20191029/1962316.html