Android的仪表板模式 [英] Android Dashboard Pattern

查看:160
本文介绍了Android的仪表板模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在蒂姆·布雷最新的Andr​​oid 博客文章他提到的仪表板用户界面模式(被用于Twitter的应用程序,Facebook应用程序,等等。这是布局简单,只要用按钮的GridView控件或者是其他什么东西?

In Tim Bray's latest Android blog post he mentions the "dashboard" ui pattern (what is used for the Twitter app, Facebook app, etc. Is this layout as simple as a GridView with Buttons or is it something else?

更新:

借助 DashboardLayout 是由罗马Nurik昨晚公布。它是在谷歌的IO 2010的应用程序中使用的布局的衍生物。

The DashboardLayout was released by Roman Nurik last night. It is a derivative of the layout used in the Google IO 2010 app.

推荐答案

您可以使用的最好的例子是从谷歌I / O 2011 Android应用程序。他们实现他们的应用程序所有的设计模式。您可以通过以下链接找到code:

The best example you can use is from the Google I/O 2011 Android App. They implement all those design patterns in their app. You can find the code at the following link:

<一个href="http://$c$c.google.com/p/iosched/source/browse/android/res/layout/fragment_dashboard.xml?r=27a82ff10b436da5914a3961df245ff8f66b6252">http://$c$c.google.com/p/iosched/source/browse/android/res/layout/fragment_dashboard.xml?r=27a82ff10b436da5914a3961df245ff8f66b6252

2011版使用名为DashboardLayout的片段,获取手机和平板电脑的具体布局,共享自定义布局。在DashboardLayout的逻辑是负责所有的自动布局神奇!

The 2011 version uses a custom layout called 'DashboardLayout' in a fragment which gets shared in phone and tablet specific layouts. The logic in DashboardLayout is responsible for all the auto layout magic!

这篇关于Android的仪表板模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆