列表视图到选项卡
我在列表视图的每个选项卡上都有 4tab,在选择行(任何行)时我想用 6tab 生成活动。
I have 4tab on every tab I have listview, on selecting row(any row) I want to generate activity with 6tab,.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@parkinson,好的,创建一个具有选项卡的活动。列表项的 OnClick 会产生一个新的意图和 startActivity(新意图)。顺便说一句,标点符号将帮助我们理解您想说的内容。
http://developer.android.com/guide/topics/fundamentals.html
另请阅读本文,它将有助于催生新的活动。
@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.