Re: [android-developers] Show default view in activitygroup

2011-05-13 Thread TreKing
On Thu, May 12, 2011 at 9:00 AM, dario  wrote:

> Any hint?


Don't use ActivityGroup. I think Fragments are the new hotness to accomplish
this type of "mini-activity" type functionality.

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

[android-developers] Show default view in activitygroup

2011-05-12 Thread dario
Hello

In my app I have a tabHost with 4 tabs; one of these tabs is an
activitygroup with different activities. I would like to show the
default activity any time the corresponding tab is clicked.

I'm handling onResume and onStart event and they work fine except when
the corresponding tab was the one already selected (no events are
raised in this case); in other words I need to show the default
activity any time the corresponding tab is clicked, even if it was
already was the current tab.

Any hint?

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