android 快速开发资料查询(陆续更新)

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 点击打开链接

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

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

20 图片选择器

https://github.com/zhengfuwang/PhotoPicker

21.抓包工具Charles

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

你可能感兴趣的:(android)