App starting and closing instantly - CustomSwipeAdapter - Android Studio -


enter image description here

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:

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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -