I want to develop something like this
ListActivity inside TabActivity
|
ListActivity inside TabActivity created on Feb 27, 2011 11:22:00 PM I want to develop something like this |
|
|
RE: ListActivity inside TabActivity created on Mar 1, 2011 3:48:47 AM
Your list activity must be intercepting the "Fling gesture" before the tab activity gets it. Since the "fling" gesture is probably used for list views it never makes it to the tab view. You could try overriding the OnFling method of the list view and switching the tabs there, but then how would they scroll through your list?
|
