hi all
    I have extended application class and in that i have kept an model
object for global access which is single ton class and i have a
service which runs continuously in background when no activity is
running. And this background service uses that model object kept in
Application class.

Is our application instance will remain in memory when no activity is
running and our service is running in background? or application
object killed and our service will run continuously . so that Service
will get the model object from Application.

Thanks
  Anieeh

-- 
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