Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageLoader.with(this) 内存泄漏 #3

Open
jiaowenzheng opened this issue Aug 30, 2019 · 1 comment
Open

ImageLoader.with(this) 内存泄漏 #3

jiaowenzheng opened this issue Aug 30, 2019 · 1 comment

Comments

@jiaowenzheng
Copy link

如果Fragment 中加载图片,ImageLoader.with(this),这个this 是Activity 还是Fragment,如果这个Fragment 销毁了,会不会造成内存泄漏。

@jiaowenzheng
Copy link
Author

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)

不知道你对这个几个方法是如何理解的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant