Butter Knife
- https://github.com/JakeWharton/butterknife
- 功能说明:用于做注解的,和XUtils中的ViewUtils工具功能一致
Google Guice
- https://github.com/roboguice/roboguice
- Google的注入工具,属于官方的依赖注入工具(类似于JavaWeb中的Spring)
AndroidStaggeredGrid
Android Swipe Layout
- https://github.com/daimajia/AndroidSwipeLayout
- 侧滑拉开功能性的View
FoldableLayout
- https://github.com/alexvasilkov/FoldableLayout
- google+ 中listView的滑动效果
SwipeBackLayout
- https://github.com/ikew0ng/SwipeBackLayout
- 网易新闻中,左滑回退,右拉前进的效果
DynamicGrid
- https://github.com/askerov/DynamicGrid
- grid中item拖拽换位置的功能
android-flip
google volley
- https://github.com/google/iosched/tree/master/third_party/volley
- google的异步加载图片的工具
Android-Universal-Image-Loader
- https://github.com/nostra13/Android-Universal-Image-Loader
- 图片的异步加载工具,可以对图片进行裁剪,形状设定
drag-sort-listview
- https://github.com/bauerca/drag-sort-listview
- 可拖拽排序的listView
android-swipelistview
- https://github.com/47deg/android-swipelistview
- 滑动操作item的listView,早期google email的listView 的item功能
ArcMenu
- https://github.com/daCapricorn/ArcMenu
- Path应用中的弹出旋转的菜单
StickyListHeaders
- https://github.com/emilsjolander/StickyListHeaders
- 头可以锁定的listView,原生 通讯录中 listView 头部固定的效果
SmoothProgressBar
- https://github.com/castorflex/SmoothProgressBar
- android 5.0的进度条
android-times-square
android-UniversalMusicPlayer
- https://github.com/googlesamples/android-UniversalMusicPlayer
- 媒体播放器,很好的一个Demo
zxing
- https://github.com/zxing/zxing
- 二维码,条形码
网友评论