In Reminder1.java I have the int hourOfDay2 and int minute2 variables. These equals with the hourOfDay and minute variable of the TimePickerDialog. In myfile.java i want to examine the value of these variables. How to do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
One thing I've seen posted here on SO a few times, and that I've used for global variables, is an extended Application class, like so:
Add it to your Application tag in the manifest, like so:
Then, in your main class's onCreate, or wherever necessary, just call |
|||||||
|