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
Post a Comment