Are there design guidelines to help decide if an application with
multiple views should be designed with multiple activities or just one
activity and control the back button itself.

I've tried both. My most complex applications using one activity per
screen. However, now that I'm successfully written an app with just
one activity and handling the back button myself, I don't see any
compelling reason to use multiple activities. The one activity
application is much simpler and more straightforward.

What advantages of multiple activities am I missing?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to