一些Android开源项目

####UI:
1.CustomShapeImageView——一个可以自己定制ImageView形状的开源库:
https://github.com/MostafaGazar/CustomShapeImageView

2.SwipeBackLayout——向(上下左右)滑返回上一个Activity:
https://github.com/Issacw0ng/SwipeBackLayout

3.一个顺滑又漂亮的Android下拉刷新与加载更多列表组件
https://github.com/zarics/ZrcListView

4.QQ消息拖拽删除
https://github.com/dkmeteor/Bubble-Notification

5.SwipeMenuListView 向左滑显示删除菜单
https://github.com/baoyongzhang/SwipeMenuListView

6.AppMsg 漂亮的提示语
https://github.com/johnkil/Android-AppMsg

7.Cropper Android widget for cropping and rotating an image.
https://github.com/edmodo/cropper

8.瀑布流:PinterestLikeAdapterView
http://www.tuicool.com/articles/UbYVjq

9.Android-L-Demos:
http://git.oschina.net/takwolf/Android-L-Demos/tree/master

特殊处理:

1.safe-java-js-webview-bridge :
https://github.com/pedant/safe-java-js-webview-bridge

2.Rx-Android
https://github.com/ReactiveX/RxAndroid

####开发常用:
1.EventBus——发布者/订阅者(publisher/subscriber)模式,用来简化应用组件之间的通信:
https://github.com/greenrobot/EventBus

2.greenDao——是一个可以帮助Android开发者快速将Java对象映射到SQLite数据库的表单中的ORM解决方案,通过使用一个简单的面向对象API,开发者可以对Java对象进行存储、更新、删除和查询:
https://github.com/greenrobot/greenDAO

3.xUtils——快速开发Android应用框架,集合orm,图片缓存,界面通过注解方式:
https://github.com/wyouflf/xUtils

====
想了解更多请善用Google Github
==== 持续增加更新ing…