定制平板电脑应用程序 - 有什么建议吗?
我有一个为 Android 手机开发的应用程序。现在我将对其进行自定义以在平板电脑(Galaxy Tab)上使用。假设我必须重新设计一些屏幕和流程以获得更好的用户体验,是否有任何提示/需要注意的事项/等等。你可以分享吗?
谢谢
I have an application developed for android phone. Now I am going to customize it to be used on tablet (Galaxy Tab). Assuming I have to redesign some screens and flows for better user experience, are there any tips/things to be aware of/etc. you can share?
Thanks
PS. I am aware of this: http://innovator.samsungmobile.com/galaxyTab.do
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 HoneyCombs 新的 Fragment API
http://android- Developers.blogspot.com/2011/02/android-30-fragments-api.html
这允许您拥有称为组件的新视图,它可以像自包含活动一样使用,但重点是您可以使用多个屏幕上的碎片一次,以便更好地在您的用户界面中流动。
他们还试图使其向后兼容非平板电脑设备,以便您可以继续支持其他用户!
You could checkout HoneyCombs new Fragment API
http://android-developers.blogspot.com/2011/02/android-30-fragments-api.html
This allows you to have new view called a component it can be used like a self contained activity but the highlight is you can use multiple fragments on the screen at once, for better flow in your UI.
They are also trying to make it backwards compatible with non tablet devices so you can keep supporting your other users!