开发者

Customizing an application for tablet - any suggestions?

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


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!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜