Hi I am in the process of creating an app that is similar to the build-in SMS app.
Here is what the app should work like: - a background service should call a web service every 5 min. - if certain conditions are right, a notification should be activated - when the notification is clicked, the app should open - when the app is closed the service should continue to run - when the phone is re-booted the service should be started I have tried to create a service which works fine until android decides to kill it. I have tried to create an alarm manager to trigger the service, but can not get it to work. I am using eclipse, osx and magic (1.6) How should I attack this challenge? -Thomas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

