Stars
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
An Android app which provides design news & inspiration as well as being an example of implementing material design.
An Android Animation library which easily add itemanimator to RecyclerView items.
A declarative framework for building efficient UIs on Android.
Demos the new Android Design library.
Material design file manager for Android
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
🌀 A Pokedex app using ViewModel, ViewBinding, LiveData, Room and Navigation
Android Gradle Plugin -- Auto Check big image and compress image in building.
Android ImageView that handles animated GIF images
Kotlin实现的视频播放器,将MediaPlayer与VideoView解耦合,支持切换播放器内核(如ExoPlayer和ijkPlayer),支持自定义控制视图,提供MediaPlayerManager实现全屏模式,小屏幕模式等。