You are on page 1of 5

Topeka for Android

A fun to play quiz that showcases material design on Android

Introduction
Material design is a new system for visual, interaction and motion design. The Android
version of Topeka demonstrates that the same branding and material design principles
can be used to create a consistent experience across platforms.

We originally launched the Topeka web app as an Open Source example of material
design on the web.

The current release of Topeka is available to users down to API level 14 aka Ice Cream
Sandwich. This is being accomplished by utilizing several support libraries.
Especially AppCompat and the design support library play important roles.

Topeka also features a set of Espresso tests which can be executed with
the connectedAndroidTest gradle task.
You can read more about the project on the Android Developers blog.

Screenshots
Getting Started
Clone this repository, enter the top level directory and run ./gradlew tasks to 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.

Support
 Google+
Community: https://plus.google.com/communities/105153134372062985968
 Stack Overflow: http://stackoverflow.com/questions/tagged/android

If you've found an error in this sample, please file an issue:

https://github.com/googlesamples/android-topeka/issues

Patches are encouraged, and may be submitted by forking this project and submitting a
pull request through GitHub.

You might also like