转换现有应用程序以使用 Fragment
我是 Android 新手,市场上有一个应用程序,我想将其转换为使用 Fragments,这样它就可以在横向模式下利用平板电脑,并同时进行两项活动。我可以找到的所有示例都使用右列中带有图像或文本的列表视图,并使用 FragmentList 类。我的应用程序有一个带有按钮的活动,根据他们选择的按钮或旋转器,然后显示另一个活动。任何人都可以推荐有关如何执行此操作的教程或文章吗?我读过 Google 博客,但发现它令人困惑,并且不确定如何使用它来修改我现有的代码。任何帮助将不胜感激。
I am new to Android and have an app on the Market that I would like to convert to use Fragments so it could take advantage of the tablet in landscape mode and have both activities side by side. All of the examples I can find out there use a listview with a image or text in the right column and uses the FragmentList class. My app has an Activity that has buttons and depending on what buttons or spinners they select it then displays another activity. Can anyone recommend a tutorial or article on how to do this? I have read the Google blog but found it confusing and wasn't sure how to use it to modify my existing code. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很好的教程 http://portabledroid.wordpress.com /2011/04/19/程序化和布局片段/
This is a good tutorial http://portabledroid.wordpress.com/2011/04/19/programmatic-and-layout-fragments/