随笔分类 -  开源项目学习

收集Github上所有Android相关的开源项目
摘要:SQLCipher Sqlite加密工具项目地址:https://github.com/sqlcipher/sqlcipher帮助文档:http://sqlcipher.net/sqlcipher-for-android/Conceal 快速高效的进行文件加密解密项目地址:https://githu... 阅读全文
posted @ 2014-03-02 15:00 Leo的银弹 阅读(232) 评论(0) 推荐(0)
摘要:Great Android Sensing Toolkit Android感应器工具包,包含示例及使用过程中可能需要的算法项目地址:https://github.com/gast-lib/gast-libDemo地址:https://play.google.com/store/apps/detail... 阅读全文
posted @ 2014-03-02 14:59 Leo的银弹 阅读(757) 评论(0) 推荐(0)
摘要:1、Catlog 手机端log查看工具,支持不同颜色显示、关键字过滤、级别过滤、进程id过滤、录制功能等项目地址:https://github.com/nolanlawson/Catlog在线演示:https://play.google.com/store/apps/details?id=com.n... 阅读全文
posted @ 2014-03-01 14:11 Leo的银弹 阅读(231) 评论(0) 推荐(0)
摘要:1.ZIP java压缩和解压库 项目地址:https://github.com/zeroturnaround/zt-zip文档介绍:https://github.com/zeroturnaround/zt-zip#examples作用:(1) 解压和压缩,并支持文件夹内递归操作(2) 支持包含和排... 阅读全文
posted @ 2014-03-01 14:08 Leo的银弹 阅读(201) 评论(0) 推荐(0)
摘要:1. ActionBarSherlock 为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题项目地址:https://github.com/JakeWharton/ActionBarSherlockDemo地址:https://play.google.... 阅读全文
posted @ 2014-03-01 14:05 Leo的银弹 阅读(362) 评论(0) 推荐(0)
摘要:1. Guava Google的基于java1.6的类库集合的扩展项目 包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这... 阅读全文
posted @ 2014-03-01 14:03 Leo的银弹 阅读(422) 评论(0) 推荐(0)
摘要:orm的db工具类,简化建表、查询、更新、插入、事务、索引的操作1. greenDAO Android Sqlite orm的db工具类项目地址:https://github.com/greenrobot/greenDAO文档介绍:http://greendao-orm.com/documenta... 阅读全文
posted @ 2014-03-01 13:57 Leo的银弹 阅读(347) 评论(0) 推荐(0)
摘要:1. Asynchronous Http Client for Android Android异步Http请求项目地址:https://github.com/loopj/android-async-http文档介绍:http://loopj.com/android-async-http/特点:(1... 阅读全文
posted @ 2014-03-01 13:57 Leo的银弹 阅读(329) 评论(0) 推荐(0)
摘要:1. Android-Universal-Image-Loader 图片缓存 目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。项目地址:https://github.com/nostra13/Android-Universal-Image-LoaderDemo地址:https://gith... 阅读全文
posted @ 2014-03-01 13:56 Leo的银弹 阅读(208) 评论(0) 推荐(0)
摘要:通过依赖注入减少View、服务、资源简化初始化,事件绑定等重复繁琐工作1. AndroidAnnotations(Code Diet) android快速开发框架项目地址:https://github.com/excilys/androidannotations文档介绍:https://githu... 阅读全文
posted @ 2014-03-01 13:54 Leo的银弹 阅读(586) 评论(0) 推荐(0)
摘要:1. Crouton 丰富样式的Toast 允许alert、comfirm、info样式及点击消失样式,允许设置Toast显示时间,允许自定义View。项目地址:https://github.com/keyboardsurfer/CroutonDemo地址:http://play.google.co... 阅读全文
posted @ 2014-03-01 13:52 Leo的银弹 阅读(405) 评论(0) 推荐(0)
摘要:1. android-times-square Android日历部件 支持选取单个日期,多个日期,及日期区间段和对话框形式显示项目地址:https://github.com/square/android-times-squareDemo地址:https://github.com/Trinea/Tr... 阅读全文
posted @ 2014-03-01 13:49 Leo的银弹 阅读(712) 评论(0) 推荐(0)
摘要:1. achartengine 强大的图标绘制工具 支持折线图、面积图、散点图、时间图、柱状图、条图、饼图、气泡图、圆环图、范围(高至低)条形图、拨号图/表、立方线图及各种图的结合项目地址:https://code.google.com/p/achartengine/官方网站:http://www.... 阅读全文
posted @ 2014-03-01 12:36 Leo的银弹 阅读(212) 评论(0) 推荐(0)
摘要:1. SmoothProgressBar 水平进度条 项目地址:https://github.com/castorflex/SmoothProgressBarDemo地址:https://play.google.com/store/apps/details?id=fr.castorflex.andr... 阅读全文
posted @ 2014-03-01 12:33 Leo的银弹 阅读(418) 评论(0) 推荐(0)
摘要:1. PhotoView 支持双击或双指缩放的ImageView 在ViewPager等Scrolling view中正常使用,相比上面的AndroidTouchGallery,不仅支持ViewPager,同时支持单个ImageView项目地址:https://github.com/chrisban... 阅读全文
posted @ 2014-03-01 12:32 Leo的银弹 阅读(444) 评论(0) 推荐(0)
摘要:1. StaggeredGridView 允许非对齐行的GridView 类似Pinterest的瀑布流,并且跟ListView一样自带View缓存,继承自ViewGroup项目地址:https://github.com/maurycyw/StaggeredGridViewDemo地址:https:... 阅读全文
posted @ 2014-03-01 12:27 Leo的银弹 阅读(362) 评论(0) 推荐(0)
摘要:1. Android-ViewPagerIndicator 鼎鼎大名,配合ViewPager使用的Indicator,支持各种位置和样式项目地址:https://github.com/JakeWharton/Android-ViewPagerIndicatorDemo地址:https://play... 阅读全文
posted @ 2014-03-01 12:25 Leo的银弹 阅读(742) 评论(0) 推荐(0)
摘要:1. MenuDrawer 滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕上下左右划出,支持当前View处于上下层,支持Windows边缘、ListView边缘、ViewPager变化划出菜单等。项目地址:https://github.com/SimonVT/android-menudrawerD... 阅读全文
posted @ 2014-03-01 12:24 Leo的银弹 阅读(491) 评论(0) 推荐(0)
摘要:1. ActionBarSherlock 鼎鼎大名, 为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题项目地址:https://github.com/JakeWharton/ActionBarSherlockDemo地址:https://play.g... 阅读全文
posted @ 2014-03-01 12:22 Leo的银弹 阅读(250) 评论(0) 推荐(0)
摘要:资料转载地址:https://github.com/Trinea/android-open-project1. android-pulltorefresh 一个强大的拉动刷新开源项目,支持各种控件下拉刷新ListView、ViewPager、WevView、ExpandableListView、G... 阅读全文
posted @ 2014-03-01 12:19 Leo的银弹 阅读(852) 评论(0) 推荐(0)