wbaizx's Stars
raamcosta/compose-destinations
Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
android/nowinandroid
A fully functional Android app built entirely with Kotlin and Jetpack Compose
d4rken-org/sdmaid-se
SD Maid 2/SE is Android's most thorough cleaning tool.
T8RIN/ImageToolbox
🖼️ Image Toolbox is a powerful app for advanced image manipulation. It offers dozens of features, from basic tools like crop and draw to filters, OCR, and a wide range of image processing options
onebone/compose-collapsing-toolbar
A simple implementation of collapsing toolbar for Jetpack Compose
google/accompanist
A collection of extension libraries for Jetpack Compose
WrBug/FrenziedProguard
jackpocket/android-scratchoff
A Scratchoff View system.
D-clock/ScratchView
This is a android custom view , like a scratch card effect!
RikkaApps/Shizuku
Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
android/compose-samples
Official Jetpack Compose samples.
ColorfulHorse/AndroidStringScript
Android String资源导入导出脚本,用于国际化翻译
LuckyCodeer/Android-PickerView
This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
JessYanCoding/AndroidAutoSize
🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).
MegatronKing/StringFog
一款自动对字节码中的字符串进行加密Android插件工具
googleads/googleads-mobile-android-examples
googleads-mobile-android
greenrobot/greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
google/ExoPlayer
This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
sqlcipher/android-database-sqlcipher
Android SQLite API based on SQLCipher
JakeWharton/ThreeTenABP
An adaptation of the JSR-310 backport for Android.
Tencent/tinker
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
bingoogolapple/BGAQRCode-Android
QRCode 扫描二维码、扫描条形码、相册获取图片后识别、生成带 Logo 二维码、支持微博微信 QQ 二维码扫描样式
android/uamp
A sample audio app for Android
google/flexbox-layout
Flexbox for Android
daimajia/AndroidViewAnimations
Cute view animation collection.
svga/SVGAPlayer-Android
Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。
drakeet/MultiType
Flexible multiple types for Android RecyclerView.
square/leakcanary
A memory leak detection library for Android.
alibaba/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。