Android 常用开发插件和框架
Posted BandaYung
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 常用开发插件和框架相关的知识,希望对你有一定的参考价值。
文章主要介绍本人开发过程中常见的库或框架及其引用。
虽然没有直接冲击视觉的效果图,不过好用的东西一般都是靠心去慢慢体会的。
compile ‘com.jakewharton:butterknife:7.0.1’
2、 图片加载
compile ‘com.nostra13.universalimageloader:universal-image-loader:1.9.5’
3、 网络请求库
compile ‘com.loopj.android:android-async-http:1.4.9’
4、漂亮的对话框
compile ‘cn.pedant.sweetalert:library:1.3’
注意:引用时要在AndroidManifest.xml中添加tools:replace…
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
.....>
<application
.....
tools:replace="icon, label, theme">
</application>
</manifest>
5、二维码扫描
compile ‘cn.yipianfengye.android:zxing-library:2.2’
compile ‘com.youth.banner:banner:1.4.10’
compile ‘cn.finalteam:galleryfinal:1.4.8.7’
compile ‘me.shaohui.advancedluban:library:1.3.5’
compile ‘com.github.zcweng:switch-button:0.0.3@aar’
10、沉浸式状态栏
compile ‘com.readystatesoftware.systembartint:systembartint:1.0.3’
compile ‘com.github.ybq:Android-SpinKit:1.1.0’
12、仿知乎浮动按钮菜单(FloatingActionButton)
compile ‘com.github.clans:fab:1.6.4’
compile ‘com.github.githubwing:ByeBurger:1.2.3’
14、最强日历包含农历
compile ‘com.necer.ncalendar:ncalendar:1.0.8’
15、节操视频播放器(支持mp4、m3u8等等)
compile ‘fm.jiecao:jiecaovideoplayer:5.8.1’
16、评星控件
compile ‘com.xingliuhua:xlhratingbar_lib:1.0.1’
compile ‘com.allenliu.badgeview:library:1.0.4’
18、弹幕效果
compile ‘com.wx.goodview:goodview:1.0.0’
20、Lottie动画库
implementation ‘com.airbnb.android:lottie:2.5.5’
以上是关于Android 常用开发插件和框架的主要内容,如果未能解决你的问题,请参考以下文章