Stars
Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
Create Toast like tooltips, but targets can be specified, plus custom properties and features
[DEPRECATED] 用Kotlin去提高生产力:汇总Kotlin相对于Java的优势,以及怎么用Kotlin去简洁、务实、高效、安全开发的Tips
Samples to show APIs and best practices in Performance on Android
Android Gradle Plugin -- Auto Check big image and compress image in building.
A tool to help you debug TransactionTooLargeExceptions on Android 7+
Material Design Samples。ConstraintLayout、MaterialButton、ShapeableImageView、TabLayout、SearchView...
Example of Kotlin multiplatform project
D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
🔥持续更新。Android广告聚合:帮助 Android 开发者快速、便捷、灵活的接入国内多家主流安卓广告 SDK。广点通(优量汇)、穿山甲、快手联盟、百青藤(百度Mob)。开屏广告、Banner横幅广告、插屏广告、激励广告、原生信息流、全屏广告。
🔥🔥🔥A framework that helps Android App transform into an AOP architecture. (帮助 Android App 改造成AOP架构的框架,一个注解就可以请求权限、切换线程、禁止多点、监测所有点击事件、监测生命周期等等)
A library that enables reuse of Material themes defined in XML for theming in Jetpack Compose.
锚点任务,可以用来解决多线程加载任务依赖的问题。常见的,比如 Android 启动优化,通常会进行多线程异步加载
OpenGL ES 高级进阶学习项目(OpenGL ES advanced learning project)
一个能够快速实现Android TextView、圆角、切换图片等共享元素转场效果的工具库,同时支持修复Android Q三个及以上页面共享元素动画丢失的BUG,支持自定义复杂的共享元素动画,支持仿小红书、Lemon8的拖拽返回+共享元素转场效果。
A Gradle Plugin for resolving AndroidManifest.xml merge conflicts.
An useful and effective http/https download manager for Android, support breakpoint downloading.
NationalGeographic with Android Architecture Components(Lifecycle) & Kotlin
Jetpack demo that used to show how to use Jetpack libraries.
Splash screen demo that used with Jetpack ‘SplashScreen‘ library and Android 12's Splash Screen API.
Android EGL及GL线程封装库(EGL and GLThread library for Android)