I've used customlistview class to design a google's voice search like app.The listview has 10 panels that each one includes small image (20 kB or less) and 2 labels and a button. It works smoothly at first but ram usage increasing after every
activty create or pause which fired by device rotation or back button pressing and finally leads to app crash.
I searched forums and tried most solutions like as following:
- declaring bitmap variblas in process globals and loading by bitmaploadsample just one time by usinf firsttime in activity create
- clearing listview in activty pause
Project files are attached , I couldn't includes whole project files and just source code and images included due to file size more than 512 KB
Actually customlistview was the best solution to design voice search like user interface but this bug puzzled me.
Please help me to overcome this issue
activty create or pause which fired by device rotation or back button pressing and finally leads to app crash.
I searched forums and tried most solutions like as following:
- declaring bitmap variblas in process globals and loading by bitmaploadsample just one time by usinf firsttime in activity create
- clearing listview in activty pause
Project files are attached , I couldn't includes whole project files and just source code and images included due to file size more than 512 KB
Actually customlistview was the best solution to design voice search like user interface but this bug puzzled me.
Please help me to overcome this issue