Android is designed to keep applications around in a paused state unless it 
needs the memory back. If it does need memory from currently paused 
applications, it will close them to free up the required memory. This is to 
make sure the user can move around faster and provide a better user 
experience.

What you are seeing is normal and you don't have to worry about closing 
background windows as Android will handle it for you when it needs to.

Check out this post for more detail:

http://android-developers.blogspot.com/2010/04/multitasking-android-way.html

Steven
Studio LFP
http://www.studio-lfp.com


On Sunday, October 9, 2011 3:55:49 AM UTC-5, venugopal reddy wrote:
>
> Hi  dear friends, 
>
> I  Created one Internet application(using webview). its working fine. 
>
> I have one doubt, In Applications If click  our application icon it 
> will open in browser . i can operate.. 
>
> now my requirement is if  i close the browser straight away that 
> application should be closed... 
>
> but the application is running background... how can I achieve my 
> requirement, 
>
> Should i write  any particular code or any  setting in the emulator.. 
>
>
> Pls help me 
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to