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 例子
- Host: GitHub
- URL: https://github.com/zhanzengyu/androidsamples
- Owner: zhanzengyu
- Created: 2017-11-22T12:36:38.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:15:07.000Z (over 1 year ago)
- Last Synced: 2025-04-04T03:23:39.038Z (12 months ago)
- Topics: android, android-app, android-sample, sample
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)