1.数据库的快速开发(LitePal开源):

项目托管github地址:https://github.com/LitePalFramework/LitePal

详细讲解地址:http://blog.csdn.net/guolin_blog/article/details/38556989

2.android照片墙完整版,完美结合LruCache和DiskLruCache:

详细介绍:http://blog.csdn.net/guolin_blog/article/details/34093441

3.微信UI实现:

详细介绍+demo: http://blog.csdn.net/guolin_blog/article/details/26365683

4.SwitchButton:

github地址:https://github.com/xiaopansky/SwitchButton

5.PhotoView可实现放大缩小图片等操作:

github地址:https://github.com/chrisbanes/PhotoView

6.android公用的ViewHolder

http://blog.csdn.net/fjp7995985/article/details/40398651

7.android自带实现侧滑

Android DrawerLayout 高仿QQ5.2双向侧滑菜单

详解地址:http://blog.csdn.net/lmj623565791/article/details/41531475

8.实现类似win8布局是用gridlayout

详解:http://www.cnblogs.com/over140/archive/2011/12/08/2280224.html

9.Fragment之间响应事件:EventBus

详解:http://blog.csdn.net/lmj623565791/article/details/40794879

10.android自定请求框架Volley详解:

详解地址:http://blog.csdn.net/guolin_blog/article/details/17482095

11.自动释放内存的drawable,第三方库

http://www.csdn.net/article/2015-03-27/2824328-Fresco

12.Android表单验证框架

https://github.com/ragunathjawahar/android-saripaar

13.android 数据加密存储到本地

https://github.com/facebook/conceal#usage

14.GsonFormat根据服务端给的json数据,直接可以生成对应的bean实体类。

https://github.com/zzz40500/GsonFormat

15.selectorChapek根据drawable命名规范,自动生成对应的selecter

https://github.com/inmite/android-selector-chapek

16.自动生成findViewById()代码块。(androidstudio1.2版本不可用,低版本可用)

http://www.eoeandroid.com/thread-322151-1-1.html

17.Androd studio 插件网址:

https://plugins.jetbrains.com/plugin/7373

18.仿IOS时间选择控件,城市选择支持三级联动

https://github.com/saiwu-bigkoo/Android-PickerView 点击打开链接

19PickerView实现年月日时分选择可设置不同类型显示,三级联动的城市选择

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

20 图片选择器

https://github.com/zhengfuwang/PhotoPicker

21.抓包工具Charles

http://www.charlesproxy.com/抓取不到的话需要手机安装证书

更多相关文章

  1. NanoHttpd 构建android 手机端的HttpServer
  2. Android单元测试框架-Espresso
  3. 据说年薪30万的Android程序员必须知道事
  4. Android(安卓)FloatingActionButton: FloatingActionsMenu向下伸
  5. Android(安卓)- Activity 的 Launch mode详解 于 singleTask正解
  6. Android(安卓)日期和时间的使用实例详解
  7. android 网络详解
  8. MUI移动开发框架——微信支付(android部分)
  9. Android通知栏详解

随机推荐

  1. Android ADV 虚拟卡常见错误Failed to pu
  2. Android软件盘(EditText)的搜索功能
  3. Android(安卓)NDK学习 Application.mk简
  4. Android应用程序未捕获异常并提示用户发
  5. Android(安卓)学习资料记录汇总
  6. Android 的 Recovery 模式分析
  7. doubango tinyDEMO 编译
  8. Android中关于Audio库的知识
  9. android实现点击空白处,软键盘消失事件
  10. Android进程间通信(IPC)