You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static RequestManager with(Context context)
public static RequestManager with(Activity activity)
public static RequestManager with(FragmentActivity activity)
public static RequestManager with(Fragment fragment)
public static RequestManager with(android.support.v4.app.Fragment fragment)
如果Fragment 中加载图片,ImageLoader.with(this),这个this 是Activity 还是Fragment,如果这个Fragment 销毁了,会不会造成内存泄漏。
The text was updated successfully, but these errors were encountered: