整理一些比较好的Android开发教程

转载自:http://www.kuqin.com/shuoit/20141010/342540.html


这些都是我在学习Android开发过程中觉得比较好的教程和博客,在这里整理一下,方便自己也方便大家学习使用。

欢迎补充~

介绍LoaderManager的使用

  1. Life before Loaders(part 1)
    http://www.androiddesignpatterns.com/2012/07/loaders-and-loadermanager-background.html

  2. Understanding the LoaderManager(part 2)
    http://www.androiddesignpatterns.com/2012/07/understanding-loadermanager.html

  3. Implementing Loaders(part 3)
    http://www.androiddesignpatterns.com/2012/08/implementing-loaders.html

  4. Tutorial: AppListLoader(part 4)
    http://www.androiddesignpatterns.com/2012/09/tutorial-loader-loadermanager.html
    https://github.com/alexjlockwood/AppListLoader

  5. How to use Loaders in Android
    http://www.grokkingandroid.com/using-loaders-in-android/

介绍Volley的使用

  1. Android库Volley的使用介绍
    http://bxbxbai.github.io/2014/09/14/android-working-with-volley/

  2. Android Volley完全解析(博主是Android牛人,博客质量很高!)
    http://blog.csdn.net/guolin_blog/article/details/17482095(Android Volley完全解析(一),初识Volley的基本用法)
    http://blog.csdn.net/guolin_blog/article/details/17482165
    http://blog.csdn.net/guolin_blog/article/details/17612763
    http://blog.csdn.net/guolin_blog/article/details/17656437

  3. Android 官方的Volley使用介绍(看完基本就知道怎么用了)
    3.1 Transmitting Network Data using Volley
    http://developer.android.com/training/volley/index.html
    3.2 Sending a Simple Request(发送一个简单的request)
    http://developer.android.com/training/volley/simple.html
    3.3 Setting up a RequestQueue(创建一个请求队列)
    http://developer.android.com/training/volley/requestqueue.html
    3.4 Making a Standard Request(使用volley自带的request类)
    http://developer.android.com/training/volley/request.html
    3.5 Implementing a Custom Request(创建你自己的request类这里的栗子就是创建一个GsonRequest)
    http://developer.android.com/training/volley/request-custom.html
    3.6 Google I/O 2013,Volley:Fast, Networking in Android(Google IO大会上的演讲,自备梯子)
    https://www.youtube.com/watch?v=yhv8l9F44qo
    3.7 使用Volley的一个demo 工程
    https://github.com/bxbxbai/FeedListViewDemo

ActionBar使用介绍

  1. Android Working with ActionBar(讲解Actionbar的使用)
    http://www.androidhive.info/2013/11/android-working-with-action-bar/

Android 开源项目集合

  1. 最流行的Android组件大全(包括工具和教程,UI组件,类库,游戏引擎和H5应用)
    《最流行的android组件大全》

  2. 码农周刊(Android和iOS干货精选)
    http://baoz.me/452378

Android 应用性能优化(包含Android 官方文档)

  1. Managing Your App’s Memory
    http://developer.android.com/training/articles/memory.html

  2. Performance Tips
    http://developer.android.com/training/articles/perf-tips.html

  3. Improving Layout Performance
    http://developer.android.com/training/improving-layouts/index.html

  4. Sending Operations to Multiple Threads
    http://developer.android.com/training/multiple-threads/index.html

Android ContentProvider介绍

  1. Content Provider Basics
    http://www.grokkingandroid.com/android-tutorial-content-provider-basics/

  2. Using Content Providers
    http://www.grokkingandroid.com/android-tutorial-using-content-providers/

  3. Writing your own Content Provider
    http://www.grokkingandroid.com/android-tutorial-writing-your-own-content-provider/

  4. Better Performance with ContentProviderOperation
    http://www.grokkingandroid.com/better-performance-with-contentprovideroperation/

Android 开发经验

CodePath Android:http://guides.codepath.com/android

  1. Working with the TextView
    http://guides.codepath.com/android/Working-with-the-TextView

  2. Working with the ImageView
    http://guides.codepath.com/android/Working-with-the-ImageView

  3. Endless Scrolling with AdapterViews(可以无限加载更多的AdapterView,很巧妙的继承了OnScrollListener)
    http://guides.codepath.com/android/Endless-Scrolling-with-AdapterViews

  4. Android事件传递机制(有栗子,有分析)
    《Android事件传递机制》

  5. Android Tips Round-Up, Part 5(Android开发技巧)
    http://blog.danlew.net/2014/05/28/android-tips-round-up-part-5/

Android开发在线工具

  1. 在线创建Holo主题(Android Holo Colors Generator)
    http://android-holo-colors.com/

  2. 在线创建ActionBar样式(Android Action Bar Style Generator)
    http://jgilfelt.github.io/android-actionbarstylegenerator/

  3. 在线创建Button样式(Android Button Maker)
    http://angrytools.com/android/button/

  4. SQLite数据加密
    https://www.zetetic.net/sqlcipher/

  5. 在线创建Icon资源(包括:Launch Icon,Actionbar和tab icon,Notification Icon等等)
    http://romannurik.github.io/AndroidAssetStudio/index.html

Android Design非官方中文文档

http://adchs.github.io/

很不错的Android开源库

  1. 第一必须是Volley,上面已经列出链接了

  2. Android Asynchronous Http Client(又是一个异步http通信库,也是非常简单好用)
    http://loopj.com/android-async-http/

  3. Butter Knife(你再也不需要老是调用findViewById了!!!功能超级强大!!)
    http://jakewharton.github.io/butterknife/

  4. Android Smart Image View(可以从Url或者联系人地址簿中加载图片,图片会自动缓存到内存和SD卡上)
    http://loopj.com/android-smart-image-view/

  5. Square公司的Android开源项目
    http://square.github.io/#android

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值