Android-Image-Slider
Android-Image-Slider copied to clipboard
Memory leak
I have memory leak by using the library.
com.smarteist.autoimageslider.SliderView │ Leaking: YES (View.mContext references a destroyed activity) │ mContext instance of android.view.ContextThemeWrapper, wrapping activity
Could you please help me how to avoid it?
I'm having the same problem. Did someone fix it already ? Or do i need to migrate to another one ?
I fixed memory leak by turning off the autoCycling
I imported the library and added removeCallbacks Handler onDestroyed().
So, is it fixed ?
It works for me. Let me know if there is issue @myolwin00
I have memory leak by using the library.
com.smarteist.autoimageslider.SliderView │ Leaking: YES (View.mContext references a destroyed activity) │ mContext instance of android.view.ContextThemeWrapper, wrapping activity
Could you please help me how to avoid it?
I need logcat and error details to help u, please update and send me the logs please.
@myolwin00 If enabled AutoCycle then by adding setAutoCycle(false) in onDestroy() fixed my issue