listview to tab
I have 4tab on every tab I have listview, on selecting row(any row)开发者_StackOverflow社区 I want to generate activity with 6tab,.
@parkinson, Ok, so create an activity that has tabs. OnClick of a list item spawn a new intent and startActivity(new intent). BTW punctuation will help us understand what you are trying to say.
http://developer.android.com/guide/topics/fundamentals.html Also read this, It will help with spawning new activities.
精彩评论