Stars
🔥 Android developers should collect the following utils(updating).
proguard resource for Android by wechat team
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11
A curated list of resources related to the Java annotation processing API (JSR 269)
A lightweight and fast AOP framework for Android App and SDK developers
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file.
Annotation-triggered method call logging for your debug builds.
Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
一个能让你了解所有函数调用顺序以及函数耗时的Android库(无需侵入式代码)
Design patterns implemented in Java