Android 用户界面菜单
如何创建如下所示的 UI 菜单
谢谢。
How To Create UI Menu Like Below
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何创建如下所示的 UI 菜单
谢谢。
How To Create UI Menu Like Below
Thanks.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
仪表板布局
教程:
http://www.samcoles.co。 uk/mobile/android-implementing-a-dashboard-activity/
来源:
https://gist.github.com/882650
示例:
http://code.google.com/p/iosched/source/browse/android/res/layout/activity_home.xml
http://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/HomeActivity.java
http ://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/DashboardFragment.java
Dashboard Layout
Tutorial:
http://www.samcoles.co.uk/mobile/android-implementing-a-dashboard-activity/
Source:
https://gist.github.com/882650
An Example:
http://code.google.com/p/iosched/source/browse/android/res/layout/activity_home.xml
http://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/HomeActivity.java
http://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/DashboardFragment.java
我认为你的意思是可滚动分页器和指示器(1、2、3、4...)
如果是这样,Github 上有许多可用的 ViewPager 库。我知道其中两个是:
android-viewflow: https://github.com/pakerfeldt/android -viewflow
Android-ViewPagerIndicator:https://github.com/JakeWharton/Android-ViewPagerIndicator< /p>
如果您想找到好的 Android UI 库在您的项目中重用,请查看我们的“Android UI Patterns”应用程序:https://market.android.com/details?id=com.groidify.uipatterns
I think you mean the scrollable pager and the indicator (1, 2, 3, 4...)
If so, there are many ViewPager library available on Github. I know two of them are:
android-viewflow: https://github.com/pakerfeldt/android-viewflow
Android-ViewPagerIndicator: https://github.com/JakeWharton/Android-ViewPagerIndicator
If you want to find good Android UI library to reuse in your project, check our this "Android UI Patterns" app: https://market.android.com/details?id=com.groidify.uipatterns