zhangxiaang's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
Gurupreet/ComposeCookBook
A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
NativeScript/NativeScript
⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.
babel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
suceser/react-native
A user guide and principle analysis for React Native。Note:The project has been moved to https://github.com/guoxiaoxing/vinci
tenaciousRas/android-plist-parser
SAX based PList parser for Android
Tencent/Hardcoder
Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the hardware resource of system.
google/auto
A collection of source code generators for Java.
atsapura/CardManagement
eleme/UETool
Show/edit any view's attributions on the screen.
ahangchen/Chromium_doc_zh
Chromium中文文档,学习google家的架构
Tencent/Shadow
零反射全动态Android插件框架
nusr/hacker-laws-zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
google/error-prone
Catch common Java mistakes as compile-time errors
didi/booster
🚀Optimizer for mobile applications
livoras/blog
Too young, too simple. Sometimes, naive.
songxiaoliang/visitor-flutter
flutter 视频类客户端
Jhuster/YUVDroidTools
A tool for YUV raw data preview on Android platform.
nagadomi/waifu2x
Image Super-Resolution for Anime-Style Art
jeffgerickson/algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
esoco/coroutines
A pure Java implementation of cooperative concurrency, aka coroutines
offbynull/coroutines
Java toolkit that allows you to write coroutines.
satwikkansal/wtfpython
What the f*ck Python? 😱
twitter-archive/commons
Twitter common libraries for python and the JVM (deprecated)
EastWoodYang/MicroModule
Rebuild multiple complete module structures within the module.
dvdciri/daggraph
Dagger dependency graph generator for Android Developers
Qihoo360/ArgusAPM
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
alibaba/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
teshoudong/iPassword
密码管理工具
detekt/detekt
Static code analysis for Kotlin