在Android上可以实现吗?
我刚刚开始从事 Android 工作。如果可以实现以下屏幕,请给我一个提示:
https://i.sstatic.net /0Hy6W.png
左侧是列表视图,右侧是 TabView,每个选项卡中都有列表视图。 如果可能的话,我应该使用哪些元素和活动?
I've just started working on Android. Could you please give me a tip if it's possible to realize the following screen:
https://i.sstatic.net/0Hy6W.png
In the left side there is listview and in the right there is TabView with listviews in each tab.
And if it`s possible, what elements and activities should I use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的。
您可以看看这个来了解 Android 视图的工作原理
Yes it is.
You can have a look a at this to understand how Android views work
main.xml
row.xml
main.xml
row.xml
是为平板电脑设计的吗?
您必须查看片段
http://developer.android.com/guide /topics/fundamentals/fragments.html
希望对您有所帮助。
Is a design for tablets?
You must take a look to the Fragments
http://developer.android.com/guide/topics/fundamentals/fragments.html
I hope it'll help you.