球形进度条 超帅的。 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许多空间都会用到它跟动画有关的