开发者

UI design guidelines for Android Tablets

开发者 https://www.devze.com 2023-01-04 03:28 出处:网络
Are there any UI design guidelines for the upcoming Android tablets? Looks like the Archos 7 will be available sometime thi开发者_StackOverflow中文版s month. My question is not about supporting the sc

Are there any UI design guidelines for the upcoming Android tablets? Looks like the Archos 7 will be available sometime thi开发者_StackOverflow中文版s 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


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.


A great starting point would be the official Android Design Guidelines.

In particular, the sections on Multi-pane Layouts and Devices and Displays might be of interest to you.


When understanding Android app development, one of the most significant topics to comprehend is how to make delightful mobile interfaces and interactions. This indicates understanding the patterns within the Android universe, common style guidelines, patterns, etc.

The official Android docs have an outstanding set of design resources. This section will emphasize a few key design guidelines and link to the appropriate guides. You can also check out these Android design tips for a quick overview.

Screen Size and Orientation System Bar Back Button Action Bar Widgets Notifications Settings UI Elements Fonts Split View and Multi-Pane UI Embedded Multimedia Clipboard Design Patterns

0

精彩评论

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