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!
精彩评论