• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps ListActivity inside TabActivity

iliasht1

Lurker
Please help to solve this problem. I use implementation of OnGestureListener in TabActivity with overriding of method onFling for switching between tabs. But that doesn't work when one of my tabs is ListActivity.
I want to develop something like this

news_widget.PNG
 
ListActivity should have a getView() or getListView() method, (if I remember correctly), that will return the ListView used by the ListActivity.


This is just a guess but I think you'll need to get the ListView and override its onTouch/gesture/fling etc methods
 
Back
Top Bottom