Android tab with view pager -
i want have tab view, each tab contains view pager in turn contains listview. intrinsically, swipe left or right should handled view pager inside tab rather swithching tab sibling tab. how should approach use case neatly? btw, not using actionbar. thank you
i have done in current project, except have made tabs , each tab has listview.
first have make activity have viewpager , slidingtablayout.this yo that.
second need create fragments again have viewpager , fragment have listview inside it.(fragment inside fragment) have here also
Comments
Post a Comment