>>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.
A log from your app can be a bit more helpful. I don't understand why your Alarm Manager is failing. Thanks and Regards, Kumar Bibek On Apr 3, 12:50 am, patbenatar <[email protected]> wrote: > I'm not positive about this, but the Messaging source code may be open- > source and included with the Android software stack source package... > Lots of apps, like Mail and Clock and Browser, are open source and > digging through the code of these apps can come in helpful. > > On Mar 31, 5:01 am, thomasofdenmark <[email protected]> wrote: > > > 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.

