I am writing an Android app that plays a live Shoutcast stream among other things.
Is it possible to build a feature where the user can set an alarm with the Shoutcast stream as the sound source for the alarm? I have searched here and elsewhere for the answer but with no luck so I would appreciate any pointers or high level advice as to how I can achieve this.
I am writing an Android app that plays a live Shoutcast stream among other
Share
Take a look at the AlarmManager class and also the DatePicker and TimePicker classes.
Between the three of them you should be able to do what you want.