• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

request..timer every 2 hours..

techker

Well-Known Member
Hey guys i need an app that can notify me every 2 hours starting from a given time?

like start 9am and notify me every 2 hours starting from that time. till 10pm

is that possible??
 
I'm sure there's an app that does this already on the market. The Android AlarmManager can handle the actual "every 2 hour" callback. Very easy to write.
 
i will look in to it..say easy to write?

im looking for a good tutorial site for starting to write android apps..
 
Yeah, look up a tutorial on using AlarmManager. Should help ya learn how to code it if you're into wanting to learn.
 
Back
Top Bottom