[android-developers] Writing a Date/Time Service

2010-12-31 Thread asinha
I am trying to write a service which runs as background process and invoke my task (in application) at 9am everyday. My service is: public class DateService extends Service { //expressed in milliseconds private final long ONCE_PER_DAY = 1000 * 60 * 60 * 24; private final

[android-developers] invoke my application at given Date/Time

2010-12-28 Thread asinha
How can I invoke my android application at given Date/Time, say daily at 9am? -- 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 emai

[android-developers] System Date/Time change notification

2010-12-28 Thread asinha
I want a pop up coming up at 9pm on each day or on particular day. Do we have something like onSystemdDateChange() so that my application can get a notification for Date/Time change. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t