I've been programming in Android for two years now and just joined an
Android project where they are using a TabActivity to host multiple
Activities.  It's unclear why this is better than rewriting the
TabActivity to simply use Views instead.

TabActivity extends ActivityGroup which means TabActivity can host
both Activities and Views.  But what's the use of this capability?  I
was under the impression that Activities should be treated as
individual screens of an application.

In short, what is an example use case where it's recommended that
TabActivity should host multiple Activities rather than multiple
Views?

Any insights much appreciated!

-- 
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

Reply via email to