Android 官方Sample

这里主要做一个引导,引导一些Google官方的一些关于Android的DEMO地址:

人脸识别Vison API

https://github.com/googlesamples/android-vision

权限申请

when targeting Android M or higher
https://github.com/googlesamples/easypermissions

自动化测试

主要介绍一些自动化测试的demo,包括JUnit和UI Automator
https://github.com/googlesamples/android-testing

NDK Sample

https://github.com/googlesamples/android-ndk

TEST DPC( Device Policy Control)

帮助OEMs,EMMs, ISVs测试app和platform。已经支持API24
https://github.com/googlesamples/android-testdpc

Android TV Channel App Android电视直播APP

https://github.com/googlesamples/androidtv-sample-inputs

key认证的例子

此示例演示了如何使用 Bouncy Castle ASN.1解析器从Android的认证数据结构来验证一个密钥对已经在Android设备产生的信息提取。
https://github.com/googlesamples/android-key-attestation

Camera2 的例子

Camera2 API是CAmeraAPI的高级版本。
https://github.com/googlesamples/android-Camera2Basic

使用camera2录制视频的例子

https://github.com/googlesamples/android-Camera2Video

TV项目使用leanback library

https://github.com/googlesamples/androidtv-Leanback

蓝牙聊天

https://github.com/googlesamples/android-BluetoothChat

演示如何使用蓝牙LE通用属性配置文件(GATT)在设备之间传输任意数据。

https://github.com/googlesamples/android-BluetoothLeGatt

RecycleView使用例子

https://github.com/googlesamples/android-RecyclerView

定位

https://github.com/googlesamples/android-play-location

倒计时

这个简单的可穿戴程序允许用户设置倒计时计时器。它独立运行的耐磨无电话连接。
https://github.com/googlesamples/android-Timer

音乐播放器 for tv phone wear

https://github.com/googlesamples/android-UniversalMusicPlayer

Google 移动广告 SDK for Android

https://github.com/googlesamples/android-ads

TextViewSwitcher

https://github.com/googlesamples/android-TextSwitcher

你可能感兴趣的:(Android项目,Android新特性)