>From a database? Same as anything else, by using a query. Probably easiest to keep date/time values as a long integer (standard Unix representation).
Once you have the time value, use AlarmManager and NotificationManager classes in Android. 10.03.2011 16:47 пользователь "Brad Stintson" <[email protected]> написал: > How to get time from database n trigger notification on that time? > > On Thu, Mar 10, 2011 at 4:45 AM, roberto <[email protected]> wrote: > >> >> >> On Mar 9, 11:41 am, Marcin Orlowski <[email protected]> wrote: >> > On 9 March 2011 19:59, roberto <[email protected]> wrote: >> > >> > >http://hub.buzzbox.com/android-sdk/ >> > >> > Looks interesting but I personally am not happy with it being closed >> > source (which I could stand) but integration with their analics. Who >> > knows what it analites when your app got internet permission. But can >> > be I am simply exaggerating :) >> >> the buzzbox sdk actually does not require internet permission if you >> don't want to use the analytics. >> you can use the scheduler without analytics. >> >> Roberto >> >> > >> > -- >> > Regards, >> > Marcin Orlowski >> >> -- >> 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 >> > > -- > 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 -- 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

