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

Countdown Timer that you can pass startup arguments to

bgarr33434

Newbie
I want to be able to launch a countdown timer from my Xamarin Android appication, and pass to it the parameters. For example, if the app is named "XTimer", then I would instantiate the timer
start("XTimer", 30 seconds) so it would start up and immediately start counting down 30 seconds. Of course, I don't really care what the API looks like, I will follow whatever it is.
 
Back
Top Bottom