网站首页 > 教程分享 正文
入门
Android官方培训课程中文版:http://hukai.me/android-training-course-in-chinese/index.html
Android设计指南非官方中文版:http://www.apkbus.com/design/index.html
对应google官方(自备梯子):
training:http://developer.android.com/training/index.html
design:http://developer.android.com/design/index.html
api:http://developer.android.com/guide/index.html
项目建立
一个优秀的Android应用从建项目开始
功能模块
网络请求
okhttp,volley,android-async-http
okhttp-utils:https://github.com/hongyangAndroid/okhttp-utils
Android 一个改善的okHttp封装库
NoHttp:https://github.com/Y0LANDA/NoHttp
NoHttp简介 相关置顶文章
retrofit:https://github.com/square/retrofit
网络请求的封装库,推荐如上两个,诸如其他volley,Async-Http,okhttp,
可以看这篇文章:NoHttp, OkHttp, Volley, Async-Http, xUtil, HttpClient, HttpURLConnection的比较
图片加载
Fresco:https://github.com/facebook/fresco
Glide:https://github.com/bumptech/glide
picasso:https://github.com/square/picasso
数据库读写
greenDao:https://github.com/greenrobot/greenDAO
ormlite:https://github.com/j256/ormlite-android
LitePal:https://github.com/LitePalFramework/LitePal
sqlbrite:https://github.com/square/sqlbrite
JSON解析
fastjson:https://github.com/alibaba/fastjson
gson:https://github.com/google/gson
jackson:https://github.com/FasterXML/jackson
事件总线
otto:https://github.com/square/otto
EventBus:https://github.com/greenrobot/EventBus
EventBus使用详解
Android EventBus源码解析 带你深入理解EventBus
我们不推荐使用事件总线这种模式,如果你对代码中n多的interface或者thread,handler的模式感觉繁琐,
可以了解下面的响应式编程。
响应式编程
RxJava:https://github.com/ReactiveX/RxJava
RxAndroid:https://github.com/ReactiveX/RxAndroid
Rx函数响应式编程中文文档
依赖注入
Dagger:https://github.com/square/dagger
RoboGuice:https://github.com/roboguice/roboguice
ButterKnife:https://github.com/JakeWharton/butterknife
配套插件android-butterknife-zelezny
日志输出
logger:https://github.com/orhanobut/logger
android-CLog:https://github.com/liaohuqiu/android-CLog
KLog:https://github.com/ZhaoKaiQiang/KLog
lambda表达式
Android的lambda表达式插件:https://github.com/evant/gradle-retrolambda
开源项目汇总
http://www.jcodecraeer.com/plus/list.php?tid=31
https://github.com/Trinea/android-open-project
http://p.codekk.com/
猜你喜欢
- 2024-10-28 Android开发基础入门(一):UI与基础控件
- 2024-10-28 Android开发新手入门(帧布局FrameLayout)
- 2024-10-28 Android开发者如何入门AI?试试在Android上用AI识别物体
- 2024-10-28 安卓零基础培训入门课程学习(安卓基础知识快速入门)
- 2024-10-28 Android零基础入门|滚动视图ScrollView
- 2024-10-28 Android系列之Activity入门介绍(activity an)
- 2024-10-28 安卓系统引领下一代制造业,四个步骤快速入门工业4.0
- 2024-10-28 Android实战004:Hello World入门实例体验
- 2024-10-28 Android程序员 如何入门iOS ——故事从这里开始
- 2024-10-28 Android开发新手入门(相对布局RelativeLayout)
你 发表评论:
欢迎- 最近发表
- 标签列表
-
- css导航条 (66)
- sqlinsert (63)
- js提交表单 (60)
- param (62)
- parentelement (65)
- jquery分享 (62)
- check约束 (64)
- curl_init (68)
- sql if语句 (69)
- import (66)
- chmod文件夹 (71)
- clearinterval (71)
- pythonrange (62)
- 数组长度 (61)
- javafx (59)
- 全局消息钩子 (64)
- sort排序 (62)
- jdbc (69)
- php网页源码 (59)
- assert h (69)
- httpclientjar (60)
- postgresql conf (59)
- winform开发 (59)
- mysql数字类型 (71)
- drawimage (61)
本文暂时没有评论,来添加一个吧(●'◡'●)