Android_实用开源项目记录
CoordinatorLayout
CoordinatorLayout 的使用,一些页面的优雅滚动处理效果..
滑动退出Activity
http://blog.csdn.net/jiangxuqaz/article/details/47264473
https://github.com/r0adkll/Slidr
文字闪耀
https://github.com/RomainPiel/Shimmer-android
从零开始搭建一个项目(rxJava+Retrofit+Dagger2)
http://www.apkbus.com/blog-873057-72598.html
乐乐音乐5.0-Android音乐播放器
http://www.apkbus.com/thread-462361-1-1.html
视频播放器框架
https://juejin.im/post/5b0d4e6bf265da090f7376d2
多样式 dialog 相关
一个强大的dialog开源项目 material-dialogs
http://blog.csdn.net/u010904027/article/details/53535590
多样式dialog:
http://blog.csdn.net/l_l_b/article/details/50518763
Fresco 的封装,快速上手,图像后处理,超大图高清预览,缩小放大,双击放大等
https://github.com/CarGuo/FrescoUtils
(图片,文字,链接)多样式,复杂的列表适配器 adapter
https://github.com/drakeet/Effective-MultiType
RecyclerView.Adapter
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
图片加载,处理,高斯模糊等
https://www.jianshu.com/p/ca850638eb9d
仿微信UI ,图片选择框架
https://github.com/jeasonlzy/ImagePicker
4.4以上沉浸式状态栏和沉浸式导航栏管理
https://github.com/gyf-dev/ImmersionBar
键盘输入功能面板
https://juejin.im/post/5eddf8456fb9a04804041738
文章图片
image.png
语音录音库
https://github.com/Crazy-MT/IdealRecorder
BottomSheetDialog 底部弹框dialog支持下滑关闭(网易云音乐效果)
【Android_实用开源项目记录】https://blog.csdn.net/magic0908/article/details/89180949
推荐阅读
- android第三方框架(五)ButterKnife
- Android中的AES加密-下
- 带有Hilt的Android上的依赖注入
- android|android studio中ndk的使用
- Android事件传递源码分析
- 探索免费开源服务器tomcat的魅力
- RxJava|RxJava 在Android项目中的使用(一)
- Android7.0|Android7.0 第三方应用无法访问私有库
- 深入理解|深入理解 Android 9.0 Crash 机制(二)
- android防止连续点击的简单实现(kotlin)