On Tue, Jun 1, 2010 at 7:34 AM, Serdel <[email protected]> wrote:
> Is this the correct way of organizing such an app in android or should I > take another approach - if I should, please give a more detailed advice on > how to do this. > Usually you represent each screen with a new Activity class that encapsulates what that screen does. So instead of changing the content view you start a new activity. Look into startActivity() and startActivityForResult(). ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

