I've successfully implemented a BootReceiver, AlarmManager, and
Service per the code here:
http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices/Alarm

Inside the doWakefulWork method of the Service I am instantiating a
few classes, but some of them require my Activity to be running. How
do I actually start the Activity? The code above only starts the
AlarmManager and Service.

There are also times where the Activity *is* already started, like if
the user manually opened it. So I also need to start the Activity
"only if it's not already running". Hows that work?

And what about the situation where the user first installs your
application and may not even reboot their phone for a week. In that
case, do you have to start the Service from the Activity? But then the
Service will die with the Activity.

Thanks in advance.

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to