第三方开源库-->那些酷炫的 手势 & 事件 & 换肤 开源库整理

Posted Kevin-Dev

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第三方开源库-->那些酷炫的 手势 & 事件 & 换肤 开源库整理相关的知识,希望对你有一定的参考价值。

不断学习,做更好的自己!💪

视频号CSDN简书
欢迎打开微信,关注我的视频号:KevinDev点我点我

手势关闭

1、SwipeBackLayout

GitHub 地址:https://github.com/ikew0ng/SwipeBackLayout

简介: An android library that help you to build app with swipe back gesture.

效果图:

2、SwipeBackHelper

GitHub 地址:https://github.com/Jude95/SwipeBackHelper

简介: make your activity can swipe to close.

效果图:

事件处理

1、Otto

GitHub 地址:https://github.com/square/otto

简介: An enhanced Guava-based event bus with emphasis on Android support.

2、EventBus

GitHub 地址:https://github.com/greenrobot/EventBus

简介: Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

3、AndroidEventBus

GitHub 地址:https://github.com/hehonghui/AndroidEventBus

简介: A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.

换肤

1、QSkinLoader

GitHub 地址:https://github.com/qqliu10u/QSkinLoader

简介: 一个支持多种场景的Android换肤框架。基本原理是通过代理LayoutInflater的View创建过程解析皮肤相关属性

效果图:

2、Android-Skin-Loader

GitHub 地址:https://github.com/fengjundev/Android-Skin-Loader

简介: 一个通过动态加载本地皮肤包进行换肤的皮肤框架

效果图:

3、MultipleTheme

GitHub 地址:https://github.com/dersoncheng/MultipleTheme

简介: 真正的支持无缝换肤/夜间模式的Android框架,配合theme和换肤控件框架可以做到无缝切换换肤(无需重启应用和当前页面)。

4、Colorful

GitHub 地址:https://github.com/hehonghui/Colorful

简介: 基于 Theme 的 Android 动态换肤库,无需重启 Activity、无需自定义 View,方便的实现日间、夜间模式。

效果图:

5、MaterialDesignDemo

GitHub 地址:https://github.com/burgessjp/MaterialDesignDemo

简介: Open Learning Project Base on Material Design Support Library

6、Android-skin-support

GitHub 地址:https://github.com/ximsfei/Android-skin-support

简介: 换肤框架, 极低的学习成本, 极好的用户体验. "一行"代码就可以实现换肤, 你值得拥有!!!

以上是关于第三方开源库-->那些酷炫的 手势 & 事件 & 换肤 开源库整理的主要内容,如果未能解决你的问题,请参考以下文章

第三方开源库-->那些酷炫的Seekbar & RatingBar & Toast开源库整理

第三方开源库-->那些酷炫的 权限 &数据库 开源库整理

第三方开源库-->那些酷炫的 自定义View 开源库整理

第三方开源库-->那些酷炫的 RecyclerView 开源库整理

第三方开源库-->那些酷炫的 Button 开源库整理

第三方开源库-->那些酷炫的音视频开源库整理