android-topeka-master

所属分类:android开发
开发工具:Java
文件大小:5136KB
下载次数:1
上传日期:2018-08-14 17:13:25
上 传 者苦丁茶
说明:  实现海康的硬盘录像机功能,简单明了,非常容易学习.内部带有海康提供的文档
(Haikang's hard disk video recorder is simple and easy to learn. It has documents provided by Haikang.)

文件列表:
.google (0, 2016-04-11)
.google\packaging.yaml (876, 2016-04-11)
CONTRIB.md (1612, 2016-04-11)
LICENSE (11341, 2016-04-11)
NOTICE (593, 2016-04-11)
app (0, 2016-04-11)
app\build.gradle (2463, 2016-04-11)
app\src (0, 2016-04-11)
app\src\androidTest (0, 2016-04-11)
app\src\androidTest\java (0, 2016-04-11)
app\src\androidTest\java\com (0, 2016-04-11)
app\src\androidTest\java\com\google (0, 2016-04-11)
app\src\androidTest\java\com\google\samples (0, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps (0, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka (0, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\AnimationAwareTestRule.java (5071, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity (0, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\CategorySelectionActivityTest.java (4018, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\SignInActivityTest.java (6529, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz (0, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\BaseQuizActivityTest.java (4679, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\EntertainmentQuizTest.java (804, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\FoodAndDrinkQuizTest.java (803, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\GeneralKnowledgeQuizTest.java (807, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\GeographyQuizTest.java (800, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\HistoryQuizTest.java (798, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\MusicQuizTest.java (796, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\ScienceAndNatureQuizTest.java (807, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\SportsQuizTest.java (797, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\activity\quiz\TVAndMoviesQuizTest.java (802, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\helper (0, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\helper\AnswerHelperTest.java (1969, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\helper\ParcelableHelperTest.java (1393, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\helper\PreferencesHelperTest.java (1957, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\helper\SolveQuizHelper.java (8223, 2016-04-11)
app\src\androidTest\java\com\google\samples\apps\topeka\model (0, 2016-04-11)
... ...

# 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](https://github.com/Polymer/topeka) 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](http://developer.android.com/about/versions/android-4.0.html). This is being accomplished by utilizing several [support libraries](https://developer.android.com/tools/support-library/index.html). Especially [AppCompat](https://developer.android.com/tools/support-library/features.html#v7-appcompat) and the [design support library](https://developer.android.com/tools/support-library/features.html#design) play important roles. Topeka also features a set of [Espresso tests](http://google.github.io/android-testing-support-library) which can be executed with the `connectedAndroidTest` gradle task. You can read more about the project on the [Android Developers blog](http://android-developers.blogspot.co.uk/2015/06/more-material-design-with-topeka-for_16.html). ### 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/105153134372062***5968 - 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. ### 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. ```

近期下载者

相关文件


收藏者