> > 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? > > That doesn't really make sense - a java file is not something you "run" or > "transition to". You should elaborate. >
OK, probably using the wrong terms and causing confusion. My app, com.some.app runs countdown.java under src>com.some.app>countdown.java (a "class"?) Once it hits onFinish() of the CountDownTimer, can I have the onFinish() tell the program to run a different file (class?) birthday.java? And, more important, how do I call it? Does this make more sense? -- 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

