Android常用开源框架分享

1. photoView 图片手势库

点击缩放,有过渡动画等
https://github.com/chrisbanes/PhotoView
https://github.com/bm-x/PhotoView

2. stickyListHeaders ListView顶部停靠

https://github.com/emilsjolander/StickyListHeaders

3. android-gif-drawable gif图

https://github.com/koral–/android-gif-drawable

4.verticalViewPager 垂直滑动的ViewPager

https://github.com/kaelaela/VerticalViewPager

Android常用开源框架分享_第1张图片

5. FlowLayout Android流式布局

https://github.com/hongyangAndroid/FlowLayout

6.ViewPagerIndicator Tab标签

https://github.com/JakeWharton/ViewPagerIndicator

7. Android 仿IOS对话框

https://github.com/saiwu-bigkoo/Android-AlertView

Android常用开源框架分享_第2张图片

8.etsy.android.grid 瀑布流界面

https://github.com/etsy/AndroidStaggeredGrid

9.nineoldandroids 开源动画框架

https://github.com/JakeWharton/NineOldAndroids

10. leakcanary 内存泄漏检测

square公司出品
https://github.com/square/leakcanary

11. okhttp 网络通信

square公司出品
https://github.com/square/okhttp

12. Picasso 图片加载框架,红极一时

square公司出品
https://github.com/square/picasso

13. Square公司家族所有作品

https://github.com/square?page=1

14. Glide 图片加载库,微信使用中

https://github.com/bumptech/glide

15. fresco 超强大的图片图片加载库

facebook出品的杰作
https://github.com/facebook/fresco

16. roundedImageView 图片圆角转换

https://github.com/vinc3m1/RoundedImageView

Android常用开源框架分享_第3张图片

17. filedDownLoader 文件下载引擎

https://github.com/lingochamp/FileDownloader

你可能感兴趣的:(android,开源框架,android界面框)