applicaion and local service lifetime
Posted
by rayman
on Stack Overflow
See other posts from Stack Overflow
or by rayman
Published on 2010-04-29T13:01:16Z
Indexed on
2010/04/29
16:37 UTC
Read the original article
Hit count: 302
android
|android-sdk
As i understoond, if we have local service of some application, as soon as the application goes down, the service goes down as well - is that true?
and if it is, how can we make an application to run all the time without go down? (without using Alarm manager). i though that the purpose of local service is to answer this situation: " to make the application everlasting"
please, if some1 could explain me this better, thanks,
ray.
© Stack Overflow or respective owner