GitXplorerGitXplorer
a

topeka

public
5155 stars
1074 forks
8 issues

Commits

List of commits on branch main.
Verified
40737032a604383eca118827a12700dffa2c1cc6

Merge pull request #133 from GeorgCantor/master

gggfan committed 4 years ago
Verified
7e8beb28e1e9569d728a0bd87d44c3c2491658c4

Create copy-branch.yml

ccodingjeremy committed 4 years ago
Unverified
df5a53987e2191f29ed0ffb32b5d81ded1826a1a

updated kotlin_version, gradle, cleaned up some code

GGeorgCantor committed 4 years ago
Verified
aae8af2ca22184759a8adbddb54b8d023c654b0c

Merge pull request #128 from android/github-actions

oowahltinez committed 5 years ago
Unverified
ef08b071eccbdcdfd7bb7e585b40351aa61b229b

Add GitHub Actions workflow

oowahltinez committed 5 years ago
Unverified
5943c3ff41bd7c2702737ccc7b44e5c45f6d1370

Removed unneeded IntArray.

aanikiki committed 5 years ago

README

The README file for this repository.

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:

bundleDebug - 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

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.

License

Copyright 2015 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.