球形进度条 超帅的。 gitHub地址
compile 'me.itangqi.waveloadingview:library:0.1.2'
圆形进度条 gitHub地址
compile 'com.mikhaellopez:circularprogressbar:1.0.1'
滚轮选择器 也是超帅的 gitHub地址
compile 'com.bigkoo:pickerview:2.1.1'
EventBus 一个类似于广播的通知和传送工具 非常好用 gitHub地址
compile 'org.greenrobot:eventbus:3.0.0'
ButterKnife 使用注释的方式绑定空间和方法回调等 gitHub地址
compile 'com.jakewharton:butterknife:7.0.1'
NineOldAndroid 许多空间都会用到它 跟动画有关的
转载于:https://blog.51cto.com/minions/1872314