App starting and closing instantly - CustomSwipeAdapter - Android Studio -
the app getting built in android studio app not displayed in emulator. trying display 2 images, 1 image @ time. , swipe take user on next image. not sure what's going wrong.
i have done silly mistake, complete beginner.
custom swipe adapter java screenshot:
there chance of memory leakage (check log getting exception outofmemoryexception
) can read post http://blog.nimbledroid.com/2016/05/23/memory-leaks.html
cause of memory leakage.
for quick fix can add android:largeheap="true" in manifest application tag
Comments
Post a Comment