使用 Android Design 支持库构建 Material Design Android 应用
fkd27
9年前
Google 最新发布的 Codelab : 使用 Android Design 支持库构建 Material Design Android 应用.
Introduction
Material design is a new system for visual, interaction and motion design. We launched Android Design Support Library to apply material design to your App. This sample app demonstrates app using Android Design Support Library. Android Developers blog.
Screenshots
Getting Started
Clone this repository, enter the top level directory and run./gradlew tasksto get an overview of all the tasks available for this project.
Some important tasks are:
assembleDebug - Assembles all Debug builds. installDebug - Installs the Debug build. connectedAndroidTest - Installs and runs the tests for Debug build on connected devices. test - Run all unit tests.