Re: [android-developers] Android Alarm application

2011-09-13 Thread Craig Sparks
sqlite or xml? What would be better? On Tue, Sep 13, 2011 at 11:46 PM, Hassy 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 t

[android-developers] Android Alarm application

2011-09-13 Thread Hassy
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