I have a lot of Activities on top of each other in my application and I want to close all these activities in one click. Can we do that. And another thing is I want my application to start fresh each time(dont want to run in background). How can I do that?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...