您的位置:首页 > 移动开发 > Android开发

android开源库收集

2015-07-06 00:00 585 查看
1. google valley Android网络通信库
git clone https://android.googlesource.com/platform/frameworks/volley 介绍
http://www.cnblogs.com/bvin/p/3291611.html#2806770
http://liubin.org/2013/05/27/android-volley-at-a-glance/

2.Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。
通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题 https://github.com/yangfuhai/afinal 介绍 http://www.cnblogs.com/taoweiji/p/3174722.html
3、图片控件 - GifView
  由于 Android 中并没有直接播放动画 GIF 图片的 view,所以我们可以利用 GifView 控件来实现 GIF 图片展示功能。GifView 的 Jar 包由四个类组成:

GifAction.java 主要用来监视 GIF 图片是否加载成功

GifFrame.java 里面三个成员:当前图片、延时、下张 Frame 的链接。

GifDecoder.java 解码线程类

GifView.java 是核心类,包含 GifView 构造方法,还可以设置图片源、延迟、绘制等。

  官方网站:https://code.google.com/p/gifview/
4、滚动组件 - Glide
  Glide 是一款基于 Android 的图片加载和图片缓存组件,它可以最大性能地在 Android 设备上读取、解码、显示图片和视频。Glide 可以将远程的图片、视频、动画图片等缓存在设备本地,便于提高用户浏览图片的流畅体验。



  官方网站:https://github.com/bumptech/glide
5. https://github.com/qiujuer/Genius-Android android一些基础工具和theme和button的修改
6.https://github.com/hiphonezhu/Android-BaseLine
android基础库功能封装
7.https://github.com/vince-styling/Netroid 基于volley的网络库
8.https://github.com/inferjay/AndroidDevTools
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
9. menu 点击后变化的动画效果 https://github.com/ChrisRenke/DrawerArrowDrawable https://github.com/balysv/material-menu https://github.com/ikimuhendis/LDrawer


8. 另外一个UI收集库 https://github.com/wasabeef/awesome-android-ui 9.https://github.com/pungrue26/SelectableRoundedImageView
圆角图片按钮
10 https://github.com/CyberAgent/android-gpuimage 11 .https://github.com/mcharmas/android-parcelable-intellij-plugin
12.https://github.com/Diolor/Swipecards



13 、https://github.com/rengwuxian/MaterialEditText Material Design的TextEdit
14、 https://github.com/Avocarrot/json2view
把xml布局文件转换成json,然后有个dynamicview根据json使用java方式动态创建view

15 https://github.com/pakerfeldt/android-viewflow 从这个网址知道的 http://smallwoniu.blog.51cto.com/3911954/1308959


16.http://blog.csdn.net/mybook1122/article/details/24003343 fragment 嵌套fragment
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: