I have just finished an app that counts down to a particular day (i.e. birthday/Christmas). A test user asked an important question that has me scratching my head:
How, at the onFinish() point, can I reset the timer to a point one day in the future (to display a page for the day like HAPPY BIRTHDAY) or one year in the future (to restart the countdown)? Noob question: Can I tell the app to run/transition to a different java file (from countdown.java to birthday.java) and then have the next file transition back to the first java file to restart the countdown? Am I overthinking this? Best, -Larry -- 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

