huannan / ArchitectureLinks
Android进阶之旅 - 系统架构篇
☆11Updated 3 years ago
Alternatives and similar repositories for Architecture
Users that are interested in Architecture are comparing it to the libraries listed below
Sorting:
- Android 崩溃捕获(Java,native)☆46Updated 6 years ago
- 用于学习OpenGL☆43Updated 2 years ago
- 5种常见Android的SDK开发的方式, jar, so ,aar ,dex apk,能将标准的做成通用的SDK,还能全动态插件化式,动态修改☆21Updated 11 months ago
- ADSuyi广告SDKDemo安卓版☆38Updated 4 months ago
- 基于 Kotlin + MVP + retrofit + Okhttp +RxJava + Glide + anko + sw 限定符做了屏幕适配 等框架编写的 GitHub APP ,仅供学习☆24Updated 5 years ago
- 🔥本项目是XArch客户端的服务端☆24Updated 4 years ago
- Android for Kotlin 5行代码快速实现进程间通信(含demo示例)☆26Updated 2 years ago
- 记录Android热更新,组件化,插件化,模块化,热门框架okhttp3、Retrofit、Glide 、LeakCanary、butterknife、blockcanary 、eventbus、dagger2、rxjava等框架的使用及部分框架原理☆18Updated 4 years ago
- 自己动手实现插件化示例,静态代理式和 Hook。完整文档,fork 下来就可以直接跑。☆20Updated 5 years ago
- 用于拦截蓝牙API的安卓框架,非侵入式且无需root(A library of android for hooking Bluetooth API,Root is not required)☆34Updated 4 years ago
- Android音视频开发☆50Updated last month
- Android 网络诊断工具,使用 Kotlin + LiveData + MVVM + Coroutines 开发☆27Updated 3 years ago
- Android进阶之路:AOP切面编程、手写IOC框架、手写ImageLoad、手写OkHttp、手写EventBus、Hook技术、内存优化...☆50Updated 5 years ago
- ☆14Updated 2 years ago
- Android app学习工程☆34Updated 6 months ago
- 一个Android通用的IPC(进程通信)框架。该项目主要是模仿饿了么开源项目Hermes的设计进行的自我理解改写。☆41Updated last year
- ☆40Updated 4 years ago
- 🔥🔥🔥A lightweight cross-process communication component on Android, Kotlin and Coroutines both supported.☆58Updated last year
- 封装了一些常用的自定义View,用于快捷开发☆46Updated 2 years ago
- Monitor APP ANR and get all threads stack.☆24Updated 5 months ago
- 一个笔记APP,这是第三个方案,希望这次能写完☆33Updated 4 months ago
- 一款不断自我迭代完善的Android开发代码规范☆42Updated 3 years ago
- 🔥AIDL实战,使用AIDL+匿名共享内存实现跨进程双向通信和大文件传输。