listview - Android keep tabview when click on a list view item -



listview - Android keep tabview when click on a list view item -

i have tabview 3 tabs. in 1 tab have listview. have each item on list display new window/activity/intent when click on it. possible , still have tabview displaying @ same time? thanks

yea possible. need activitygroup class, helps navigation in tabactivity, , tabs remain visible , accessible.

here usefull link tutorial.

but using activitygroup creates little, little complexity context , opening dialogs (adding new windows) in kid activity(ies), more understand miner complexity.

android listview android-activity window tabview

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -