[android-beginners] Closing the activity completely

2010-08-02 Thread Revathi K J Ramanan
Hi, Whenever the memory needs to be reclaimed, the process is being killed by ActivityManagerService in killPidsForProcess. I have a back button in my activity window on right corner of the title bar. I want to kill the activity completely on clicking the close button. Can I reuse the same

Re: [android-beginners] Closing the activity completely

2010-08-02 Thread Mark Murphy
On Mon, Aug 2, 2010 at 4:53 AM, Revathi K J Ramanan revathiramana...@gmail.com wrote: I have a back button in my activity window on right corner of the title bar. I want to kill the activity completely on clicking the close button. Can I reuse the same function and will it have any major