I'm trying to implement my own ActivityGroup to mimic TabActivity
(without tabs) but I'm having trouble "closing" activities.  My
ActivityGroup has a ViewFlipper, each housing a separate activity's
window.  When I attempt to switch "activities" I call
ViewFlipper.setDisplayedChild() on the view of choice.

However, when I scroll up and down in the view of choice, the OTHER
non-visible activities' views are responding to these actions, so it
seems like I'm not successfully "switching" the activity fully.

When I use a TabActivity to run this code, this doesn't happen; when I
scroll up and down in one activity, I don't see any event firing from
any of the other activities.

I'm wondering... what does TabActivity do to handle these activities
as separate, individual entities?
--~--~---------~--~----~------------~-------~--~----~
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