An open API service indexing awesome lists of open source software.

https://github.com/zhanzengyu/androidsamples

各种 Android 例子
https://github.com/zhanzengyu/androidsamples

android android-app android-sample sample

Last synced: 11 months ago
JSON representation

各种 Android 例子

Awesome Lists containing this project

README

          

# AndroidSample

该分支为将 Java 版本的 master 分支重构为 Kotlin 版本后的主分支,因此修改分支名为 main。

后续新分支都基于该分支拉取。

- Android 性能监控(帧率)
[APM](https://github.com/zhanzengyu/AndroidSamples/tree/apm)

- 获取组件方式
[通过 **ViewBinding** 方式获取](https://github.com/zhanzengyu/AndroidSample/tree/ViewBinding)

- Handler
[Handler 消息类型](https://github.com/zhanzengyu/AndroidSample/tree/handler)

- Messenger
[Android IPC 方式之一 Messenger 示例项目](https://github.com/zhanzengyu/AndroidSample/tree/Messenger)

- RecyclerView
[列表倒计时不断刷新处理方式](https://github.com/zhanzengyu/AndroidSample/tree/RecyclerView)

- Android 开放配件 (AOA)
[AOA 示例项目](https://github.com/zhanzengyu/AndroidSample/tree/AOA)

- PCM 采集和播报
[PCM 示例项目](https://github.com/zhanzengyu/AndroidSamples/tree/PCM)

- Hook
[Hook startActivity 演示](https://github.com/zhanzengyu/AndroidSamples/tree/hook)