在Android应用程序Metro界面

问题描述:

我在Android的编程初学者。

I am a beginner in Android programming.

有没有什么地方的现代界面在Android应用程序开发一个很好的教程。

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

如何Metro界面的Andr​​oid应用程序?

How do metro interface in Android applications?

例如:

For example:

或者如何使界面在Android Market的应用程序。

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

很好,有一个多页面布局,你可以刷卡通过,只需要使用ViewPager布局管理器:的 http://developer.android.com/reference/android/support/v4/view/ViewPager.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

为瓷砖布局的网格布局(http://developer.android.com/reference/android/widget/GridLayout.html)可能是你一个很好的起点。

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