您的位置:首页 > 运维架构 > 网站架构

Android架构和库(个人整理)

2016-05-26 10:08 330 查看
界面设计

MaterialDesign

架构
https://github.com/Frank-Zhu/AppCodeArchitecture https://github.com/frodoking/App-Architecture https://github.com/android10/Android-CleanArchitecture  重要



Android快速开发框架 https://github.com/TommyLemon/Android-ZBLibrary

通用包 guava https://github.com/Trinea/android-common

lambda表达式 Retrolambda 

方法,控件注入
 Butterknife

MVP解耦  dragger

网络通讯 okhttp,Retrofit

消息总线 rxjava,rxbus,eventbus

包装库 rxAndroid

图片加载 https://github.com/nostra13/Android-Universal-Image-Loader

图片下载缓存库 Glide,Picasso

序列化,对象传递 Parceler

数据解码库 fastjson,jackson

消息提示 https://github.com/johnkil/Android-AppMsg

内存泄露检测库leakcanary

圆形图像 CircleImageView

依赖注入DI AndroidAnnotations

后台任务队列  https://github.com/yigit/android-priority-jobqueue
文件选择 https://github.com/iPaulPro/aFileChooser

字母索引 IndexableListView 

 滑出式菜单 SlidingMenu


Android上替代SQLite的选择:Realm

单元测试工具
 Robolectric


模拟测试框架 Mockito


二维码
ZXing 

Android 例子 https://github.com/tangqifa/Common-App-Architecture
框架 https://github.com/ssuhvs/lostad-android


天气 https://github.com/AwingCorsair/SimpleWeather SimpleWeather 

https://github.com/SmartDengg/RxWeather
https://github.com/BaronZ88/WeatherStyle

https://github.com/xcc3641/SeeWeather


Android屏幕适配方案 https://github.com/hongyangAndroid/AndroidAutoLayout




 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: