views:

106

answers:

2

Are there any UI design guidelines for the upcoming Android tablets? Looks like the Archos 7 will be available sometime this month. My question is not about supporting the screen size but more about providing a more appealing UI interface for a bigger screen device.

Thanks

A: 

Hi Manoj i was interested in Android Tablets development but info about UI Design Guidelines doesn´t exist, thats very strange cause most of the programs don’t scale up too well beyond smartphone screens.

Jorgesys
+1  A: 

It is not really UI Design Guidelines, but you can create your custom layout extend ViewGroup and be able to react to extra big resolution of the screen by putting extra components on screen and alter the layout significantly, well beyond what's possible using the build-in multi resolution XML layout mechanism.

Pavel Lahoda