Android 你应该知道的学习资源 进阶之路贵在坚持
1、国外教程网站
不解释
很不错的网站,免费的,包含android的教程也比较全面,并且教程中经常引用大牛blog,会有很多意外发现。代码资源有提供,但是不是很好找。
非常推荐
非常适合入门,提供基本所有的基础教程,并且N多的例子。除了支持在线学习外,还提供基本教程和进阶教程的pdf下载。(ps:虽然Pdf可以点击下载,但是人家还是希望您能付款的。)
非常推荐
每篇文章质量都非常高~~
非常推荐
基本包含了日常开发中所有用到的东西,正如: We don’t waste time with the “theoretical approach” you might get from a book. We cover exactly the things we use every day as we are developing apps for contracts.他们的宗旨是:mission to change the way engineers learn new technologies。同时提供了问答的支持,也欢迎大家的加入。
覆盖各种教程,关于Android基本时案例驱动的方式。
非常推荐
貌似是个培训机构,多数是收费的,不过仍然有一些free resources值得你去挖掘。
虽然主打不是android,但是android的教程也是相当不错的,更好的是,教程都提供pdf、ppt、源码的下载。期待它的更新~
非常推荐
Droid-Blog.net offers about 27,000 impressions to a highly targeted audience of Android developers looking for ways to monetize their applications. There is only one ad space on the top right on the whole blog which guarantees maximum attention for your ad. - See more at: http://droid-blog.net/become-a-sponsor/#sthash.roDmfOb9.dpuf
Coursera致力于普及全世界最好的教育,与顶级 大学和机构合作,向所有人提供免费课程。当然了,关于Android课程也不少。
CommonsWare’s mission is to help people and organizations work better together through cooperation, whether that be in the fields of software development, community governance, or anywhere else. CommonsWare provides books, software, and services in fulfillment of that mission.
Just another Android developers blog
非常推荐
Android Development Community | Android Tutorials
非常推荐
2、国外个人博客
作者:Jakewharton
看名字就知道,完全不需要介绍。
作者:Romain Guy
我还是觉得不用介绍。
作者:Cyril Mottier
我还是觉得不用介绍。
作者:Mark Allison
a software developer with over 30 years’ experience, and over 4 years’ Android development experience. I run Styling Android Limited, an Android software development consultancy.
作者:Daniel Lew
文章数量相当客观,大多数都是一些tips,非常值得学习。
作者:Ravi Tamada
android高质量文章很多,不过也会有很多其他方面的文章,数量堪比教程网了。
作者:Chris Nash
My interests in software development and modern video gaming will form a large part of this blog 。
作者:juhani@fatrobot.io
working for Fat Robot as Partner / CTO.
作者:Wolfram Rittmeyer
I have been developing with Java for a long time and have started developing Android applications in 2010.
作者:Rich Hyndman
就职于 Google .
3、值得逛的网站
SlideShare世界上最大的幻灯片分享社区。当然了关于Android的ppt也是非常的多,在作者允许的情况下都可以下载,当然了,如果不允许也是支持在线看的。在这里你基本可以找到各种presentation的ppt。例如:google io 什么的。
Android Weekly is a free newsletter that helps you to stay cutting-edge with your Android Development.非常值得订阅。
oh , no reason!
大致整理了这么多,多数需要FQ才能看,以上评价神马的大家当作建议,都是我的个人观点。如果大家有什么好的资源提供,欢迎留言!
Android 你应该知道的学习资源 进阶之路贵在坚持的更多相关文章
- python学习-- Django进阶之路 model的 objects对象 转 json
# objects_to_json: 将 model对象 转化成 json# json_to_objects: 将 将反序列化的json 转为 model 对象 def json_field(fiel ...
- Android程序员的进阶之路
本文主要论述的是Android程序员的进阶之路,博主本人就是一名android开发攻城狮,所以这里讲述的大多数是android开发攻城狮的技术进阶之路,如有问题请多指正. 大家都知道程序员之中有有菜鸟 ...
- Android 开发学习资源汇总
下面这些资源对Android开发来说是很有帮助的! 1. 在线代码运行工具 地址:https://tool.lu/coderunner/ 说明:此工具站能在线运行C.C++.Java,基本能满足相关基 ...
- Android学习笔记进阶之在图片上涂鸦(能清屏)
Android学习笔记进阶之在图片上涂鸦(能清屏) 2013-11-19 10:52 117人阅读 评论(0) 收藏 举报 HandWritingActivity.java package xiaos ...
- 超全PHP学习资源整理:入门到进阶系列
PHP是少数几门在语言层面饱受诟病,但在实际开发和应用上却又让人无法撒手的语言之一.就好比路边摊小吃,一遍骂人家不卫生,一遍却又说:真香.所谓接地气,不外如此,大道理不说,PHP光是轮子多.市场占有率 ...
- 第二弹:超全Python学习资源整理(进阶系列)
造一个草原要一株三叶草加一只蜜蜂.一株三叶草,一只蜂,再加一个梦.要是蜜蜂少,光靠梦也行. - 狄金森 "成为编程大牛要一门好语言加一点点天分.一门好语言,一点点天分,再加一份坚持.要是天分 ...
- Android学习资源网站大全
https://github.com/zhujun2730/Android-Learning-Resources 整理了一些 Android 的博客链接.学习资源网站.站在巨人的肩膀上,会看得更远.整 ...
- Android学习笔记进阶17之LinearGradient
具体的看一下博文:Android学习笔记进阶15之Shader渲染 package xiaosi.BitmapShader; import android.app.Activity; import a ...
- Android学习笔记进阶16之BitmapShader
<1>简介 具体的看一下博文:Android学习笔记进阶15之Shader渲染 public BitmapShader(Bitmap bitmap,Shader.TileMode ti ...
随机推荐
- 20151216JqueryUI---dialog代码备份
$(function () { $('#search_button').button(); /*$('#reg').dialog({ focus:function(e,ui){ alert('注册') ...
- 在SQL Server 实现递归
--在SQL Server 中其实提供了CTE[公共表表达式]来实现递归: Declare @Id Int Set @Id = 24; ---在此修改父节点 With RootNodeCTE(I ...
- gdal中文路径无法打开问题
在C#中使用OGR读写矢量数据时,需要引用“using OSGeo.OGR;”. 同时为了处理中文路径和中文字段,需要在开始设置下面两个属性,代码如下: //为了支持中文路径,请添加下面这句代码(大多 ...
- O-C相关-07-@property关键字简介与使用
基本概念:在O-C中,创建完类之后还需要给一个类添加属性和方法,之前说过的set和get方法比较繁琐,因此引入了@property 这个编译器指令.@property 是一个编译器指令.所谓的编译器指 ...
- Xcode中需要熟悉的常用快捷键
因为工作需要,笔者最近开始接触Xcode这款Mac系统下的强大的编程软件.因为个人习惯,每当接触新的软件的时候总会先去了解它的一些常用快捷键.经过多方查阅总结出以下内容,希望对刚刚接触Xcode的初学 ...
- linux - Mysql 创建用户和授权
CREATE USER 'cui'@'%' IDENTIFIED BY 'xxxxxxxxxxxxxxxxxx'; GRANT ALL ON test_db.* TO 'cui'@'%'; REVOK ...
- svn 日志 offline 错误
http://zhidao.baidu.com/question/200406861.html (转) #anon-access = read anon-access = none #把read改成n ...
- getDrawingRect,getHitRect,getLocalVisibleRect,getGlobalVisibleRect
本文主要大体讲下getHitRect().getDrawingRect().getLocalVisibleRect().getGlobalVisibleRect. getLocationOnScree ...
- 【转】oracle null
转自:oracle的null和空字符串'' 1.oracle 将 空字符串即''当成null 2.null 与任何值做逻辑运算得结果都为 false,包括和null本身 3.用 is null 判断时 ...
- linux安装ruby ruby-devel rubygems bundler
linux安装ruby ruby-devel rubygems yum install ruby ruby-devel rubygems 安装bundler gem install bundleror ...