Re: [android-developers] running an application at background

2011-11-18 Thread Paco Abato
Hello Sumedh: It seems that what you need is a service: http://developer.android.com/guide/topics/fundamentals/services.html Regards. -- 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@

Re: [android-developers] running an application at background

2011-11-18 Thread NaveenShrivastva
Use Asynk task please. On Fri, Nov 18, 2011 at 2:46 PM, Sumedh wrote: > Hi, >  I have developed an application which will get the lat-long and > store these lat-long values in database server. > But, the problem is application executes on front screen. > Want to execute application as back ground

[android-developers] running an application at background

2011-11-18 Thread Sumedh
Hi, I have developed an application which will get the lat-long and store these lat-long values in database server. But, the problem is application executes on front screen. Want to execute application as back ground application. please tell me the way to do this. thnx -- You received this messa