Android 应用程序中的 Metro 界面

发布于 2024-12-21 23:14:23 字数 281 浏览 3 评论 0原文

我是 Android 编程的初学者。

有没有关于 Android 应用程序中现代界面开发的好教程。

Android 应用程序中的 Metro 接口如何?

例如: 在此处输入图像描述

或者如何制作 Android Market 应用程序中的界面。

在此处输入图像描述

I am a beginner in Android programming.

Is there somewhere a good tutorial for the development of modern interfaces in Android applications.

How do metro interface in Android applications?

For example:
enter image description here

Or how to make the interface as in the Android Market application.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三生池水覆流年 2024-12-28 23:14:23

好吧,要拥有可以滑动的多页面布局,只需使用 ViewPager 布局管理器: http://developer.android.com/reference/android/support/v4/view/ViewPager.html

用于平铺布局 GridLayout (http://developer.android.com/reference/android/widget/GridLayout.html)可能是您的一个很好的起点。

well, to have a multi page layout that you can swipe through, just use the ViewPager layout manager: http://developer.android.com/reference/android/support/v4/view/ViewPager.html

for the tile layout a GridLayout (http://developer.android.com/reference/android/widget/GridLayout.html) might be a good starting point for you.

清浅ˋ旧时光 2024-12-28 23:14:23

据我所知,没有 API 支持使应用程序看起来像市场应用程序。或者更确切地说;对此没有标准样式。如果您希望 UI 看起来像 WP7/Win8 Metro 风格应用程序或 Marketplace 应用程序,您可能必须自己制作样式。

在开发者网站上制作 Android UI 时,您确实有一些建议和最佳实践。这是一个很好的起点:

http://developer.android.com/guide/ Practices/ui_guidelines/index.html

http://developer.android.com/guide/topics/ui/index.html

As far as I know there is no API support to make applications look like the Market application. Or rather; there is no standard style for this. If you want the UI to look like WP7/Win8 Metro style applications or like the Marketplace application you will probably have to make the style yourself.

You do have some recommendations and best practises when making Android UIs on the developers site. That's a good place to start:

http://developer.android.com/guide/practices/ui_guidelines/index.html

http://developer.android.com/guide/topics/ui/index.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文