On Sun, Nov 21, 2010 at 2:00 PM, Larry/MavrickProductions < [email protected]> wrote:
> Wanted/needed: A way to call the R.id.hour and R.id.mins from a different > activity as the "set clock" time for my countdown timer. > I don't think you want to "call the R.id.hour and R.id.mins", because they're constants. I'm assuming you mean you need the hour and minutes values you've selected in the TimeActivity. Assuming this is a separate activity dedicated to allowing the user to select a time, call it with startActivityForResult and then call setResult() in this activity with the hour and minute variables. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

