Your questions are really basic. A little study of the Android SDK and you should be able to answer these questions yourself. Yes, probably a sqlite db is the appropriate thing to do if you want to allow for an unlimited amount of alarms. And yes, the alarm manager is the way to go.
And guess what, somebody really nice has already written the entire application for you. The source code for the stock alarm clock of Android is available for you to study. Create a project, modify it, understand it. Then ask very specific questions after you spent a lot of time with this project. Your question sounds a bit like "I want to write an alarm clock. How do I do it?" You will not get much help if you ask like this. Martin mobitobi Gentle Alarm On Sep 14, 5:46 am, Hassy <hasith....@gmail.com> wrote: > Hi, > > I want to create an android Alarm application but I don't know how to > save alarm settings and get saved settings for the background service. > > que. > > 1. should I use sqlite database? or can I use text files? > > 2. can I create the alarm using the alarm manager? > > Please help me . > > Thank you > Hassy -- 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