##About
- 电子科技大学官方学生论坛“清水河畔”Android客户端(非API版)
##Tools
- Android Studio(0.8.10)
- Gradle(1.12)
##Libs
预计用到的一些库
-
SwipeRefreshLayout Google最近推出的下拉刷新组件,原来下拉刷新可以如此简单,如此酷炫!
-
ButterKnife 是不是很烦各种findViewById, 那么这个库正是你需要的,轻量级View注入框架,从此你的代码不再那么臃肿。
-
UniversalImageLoader 目前最流行的图片异步加载库,配置强大,使用简单,绝对能满足你的各种需求!
-
ListViewAnimations 各种ListView加载动画,从此让你的ListView不再那么单调!
-
PhotoView 图片手势缩放库,很好用,也一直在用!
-
FoldingLayout 很轻易的让你的布局实现折叠效果,很Cool!
-
ProgressWheel 自定义各种进度条,在CustomLoading项目中也有收录!
-
Picasso A powerful image downloading and caching library for Android.
-
circular-progress-button Android Button which can morph to Circular Progress.
-
FadingActionBar Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
##Thanks
- stormzhang,参考了他的代码结构等。
##LICENSE