BaoBaoJianqiang / AndroidSourceCodeLinks
☆67Updated 7 years ago
Alternatives and similar repositories for AndroidSourceCode
Users that are interested in AndroidSourceCode are comparing it to the libraries listed below
Sorting:
- An automatically testing and analysis hprof library for android app (自动分析Android内存泄漏)☆185Updated 4 years ago
- Android 性能优化资源☆212Updated 5 years ago
- init☆99Updated 2 years ago
- 🔥 A more convenient solution for cross-process communication in Android.更方便的Android进程通信方案,无需进行bindService()操作,不用定义Service,并支持跨进程的事件总线。☆110Updated 4 years ago
- Magical modules with cool tech.The best dynamic so loader for android.☆173Updated 3 years ago
- 仅为博客demo,切勿使用。☆47Updated 5 years ago
- Android framework source with explain of Android pie☆205Updated 6 months ago
- 不积跬步 无以至千里☆68Updated 6 years ago
- hook system by asm☆80Updated 2 years ago
- 一个使用ASM进行字节码插桩的大图监控框架☆173Updated 5 years ago
- ☕ write XML, run Java.☆111Updated 2 years ago
- 字节跳动sliver 采集Java函数栈实现☆102Updated last year
- use hideapi on anroid P☆280Updated 6 years ago
- ☆306Updated last year
- 侵入性最低,功能强大的Android换肤框架XSkinLoader☆175Updated 5 years ago
- APM,MAOP功能☆84Updated 6 years ago
- Duplicated Bitmap Analyzer Task☆66Updated 3 years ago
- 分享 Android Gradle 中配置属性如何使用,形成知识体系☆120Updated 2 years ago
- Android APK瘦身插件☆51Updated 6 years ago
- MethodInterceptProxy for Android.It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field…☆156Updated 8 years ago
- android app中对方法进行替换工具☆118Updated 3 years ago
- ☆76Updated 6 years ago
- 史上最好用的Android跨进程接口调用框架☆121Updated 5 years ago
- 基于gradle配置的动态插桩实现,只需简单配置即可完成ASM插桩工作,可用于隐私号整改,代码扫描等多个用途,欢迎pr!☆93Updated 3 years ago
- 适用于Android项目的Gradle插件,用来增量编译class和生成增量dex。跟自带的增量编译Task(assemble)的区别是:这个插件只会编译源文件,不做其他多余的动作☆129Updated 4 years ago
- Android各个版本的java源码,可以直接在idea中打开,方便查看,主要解决AS查看源码很多类看不到的问题,并且整合了多个版本,方便对比