On Sun, Aug 8, 2010 at 6:19 AM, FrinkTheBrave <[email protected]> wrote:
> I am new to Android development (and new to Java) > Oh boy. I'd suggest you focus on learning Java, Android-less, first. But anyways ... > Is it best to have a separate activity for the initial and each secondary > screen and use startActivity on each initial screen button and secondary > screen back button to navigate between them? > "Best" is debatable and hard to determine, particularly when you've offered no other options. But sure, that sounds pretty standard. And the "back" button is needless as there's a dedicated back button. > What about startActivityForResult? would that be better? if so, why > What about it? Do you need a result back? Then it's not "better", it's "required". ------------------------------------------------------------------------------------------------- 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

