Pinned Repositories
alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
android-common
Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
android-unit-testing-tutorial
Code project corresponding to a serials of tutorial posts for android unit testing
AndroidSwipeLayout
The Most Powerful Swipe Layout!
AnimationEasingFunctions
Android Animation Easing Functions. Let's make animation more real!
DanmakuFlameMaster
Android开源弹幕引擎·烈焰弹幕使 ~
dimens_sw
Android UI适配方案
DynamicAPK
Solution to implement multi apk dynamic loading and hot fixing for Android App. (实现Android App多apk插件化和动态加载,支持资源分包和热修复)
FMUI
构建基于flutter二次封装的UI库,提高使用flutter进行UI开发的开发效率
GmSSL
支持国密SM2/SM3/SM4算法的OpenSSL分支
huangyuxi's Repositories
huangyuxi/FMUI
构建基于flutter二次封装的UI库,提高使用flutter进行UI开发的开发效率
huangyuxi/DynamicAPK
Solution to implement multi apk dynamic loading and hot fixing for Android App. (实现Android App多apk插件化和动态加载,支持资源分包和热修复)
huangyuxi/GmSSL
支持国密SM2/SM3/SM4算法的OpenSSL分支
huangyuxi/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
huangyuxi/android-common
Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
huangyuxi/android-unit-testing-tutorial
Code project corresponding to a serials of tutorial posts for android unit testing
huangyuxi/AndroidSwipeLayout
The Most Powerful Swipe Layout!
huangyuxi/AnimationEasingFunctions
Android Animation Easing Functions. Let's make animation more real!
huangyuxi/DanmakuFlameMaster
Android开源弹幕引擎·烈焰弹幕使 ~
huangyuxi/dimens_sw
Android UI适配方案
huangyuxi/dynamic-load-apk
DL : dynamic load framework in android
huangyuxi/flutter
Flutter makes it easy and fast to build beautiful mobile apps.
huangyuxi/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
huangyuxi/HenCoderPlus6
huangyuxi/Jetpack-MVVM-Best-Practice
是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
huangyuxi/MPAndroidChart
A powerful Android chart view / graph view library, supporting line- bar- pie- radar- and candlestick charts as well as scaling, dragging and animations.
huangyuxi/MVP-RxJava-Hybride
This is an Android MVP model good architecture design,Which also inherited the Android architecture and HTML 5 interaction。(这是一个Android MVP模型良好的架构设计,同时也做了Android和HTML 5交互架构,用到了RxJava+Retrofit+MVP+泛型缩减mvp+模板模式+命令模式+观察者模式+管理者模式 +简单工厂模式)
huangyuxi/OkHttpUtils
封装了okhttp的网络框架,支持大文件上传下载,上传进度回调,下载进度回调,表单上传(多文件和多参数一起上传),链式调用,可以自定义返回对象,支持Https和自签名证书,支持cookie自动管理,支持四种缓存模式缓存网络数据,扩展了统一的上传管理和下载管理功能
huangyuxi/picasso
A powerful image downloading and caching library for Android
huangyuxi/PlaceHolderView
A wrapper for android recyclerview and contains stacked view
huangyuxi/ProgressWheel
A progress wheel for android, intended for use instead of the standard progress bar.
huangyuxi/RSA
一个在Android中使用RSA加密的例子。使用AndroidStudio+NDK编程
huangyuxi/rxjava_for_android
Android platform on the use of Demo RxJava
huangyuxi/SkillGroupRule
huangyuxi/sunflower
A gardening app illustrating Android development best practices with Android Jetpack.
huangyuxi/SuperToasts
A library that extends the Android toast framework.
huangyuxi/Virtualview-Android
A light way to build UI in custom XML.