I would think that setting an alarm would be a good way to go. However, I have heard that if the phone is restarted then any alarms that were set are lost.
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Tue, Jan 26, 2010 at 2:48 PM, Ken H <[email protected]> wrote: > I want to build an app to start playing music at a certain time, and > keep playing it. I know I need a service to do that, but I'm a little > foggy on what to do first. I'm thinking I need to create some kind of > alarm that starts the service. Or do I have it wrong, would the alarm > be part of the service? I've seen examples with an interval timer *in* > a service, but can you build an alarm (something that goes off once a > day every day forever) in a service? > > I want to avoid going down one road, only to find I need to turn > around and try another. > > Ken > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

