下面这些资源对Android开发来说是很有帮助的!
最常用的:
- Android开发官方网站:http://developer.android.com/index.html 这个网站应该是Android程序员必备的网站,里面的内容比起百度到的东西来说靠谱太多了,里面有很多新东西和使用引导,对英语的阅读能力要求有点高,但是真的是最实用的开发网站!!!
- Android开发中文网站:http://hukai.me/android-training-course-in-chinese/basics/index.html hukai 请人们翻译出来的
- Android开发网站,国内镜像网站(6.0)http://android.xsoftlab.net/training/index.html
- GitHub开源项目:https://github.com/Trinea/android-open-project 里面有相当多的开源项目,整理和分类的非常好,当你的项目在迭代的时候,而你又想去找一些比较好的DEMO的时候,那么请进!!
- Android开发技术周报:http://www.androidweekly.cn/ 每周的内容都是干货,强烈推荐。
后面是一些相对来说比较好的资源网站,但是使用频率不是很高:
- codeKK 开源项目合集: http://p.codekk.com/ 大神对一些开源项目分类整理
- 大神对Android开发的讨论: https://www.zhihu.com/question/37160415#answer-24277640,平时多看看,总结一下,然后把该用的东西,用在MB上
- Android 教程合集:http://www.vogella.com/tutorials/
- Android 学习资料整理合集: http://www.tuicool.com/articles/uIvmmuN
- Android material design:http://www.google.com/design/spec/material-design/introduction.html
- Android material design 开源项目: http://www.csdn.net/article/2014-11-21/2822753-material-design-libs/2
- Android material design 开源项目: https://github.com/lightSky/MaterialDesignCenter
- Android Sample 大合集: https://developer.android.com/samples/index.html
- Android 开发教程中文文档:http://hukai.me/android-training-course-in-chinese/index.html
- Android 学习之路介绍:http://stormzhang.com/android/2014/07/07/learn-android-from-rookie/
- Android 图标相关: http://blog.csdn.net/jishu360/article/details/8540026
- Android 开源项目总结:http://www.tuicool.com/articles/nUfeEj
- 姜维大神的博客空间:http://my.csdn.net/jiangwei0910410003
- Sqlite学习:http://www.runoob.com/sqlite/sqlite-tutorial.html
- Android 优秀开源项目:http://www.cnblogs.com/purediy/p/3498799.html
- 程序员面试算法经典:http://blog.csdn.net/rookieding/article/details/7639898
- NDK开发教程:http://developer.android.com/ndk/index.html
- JNI学习官网:http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html
- Android + HTML = Cordova 开发教程: http://cordova.apache.org/
- Java 基础API: http://www.cjsdn.net/Doc/JDK60/overview-summary.html
- 手册网:http://www.shouce.ren/
- Java NIO学习网站: http://ifeve.com/overview/
视频教程:
- 老罗的Android视频教程:http://luo.apkbus.com/#page-index-0 信息量很大,强烈推荐
- CSDN 教程视频:http://lib.csdn.net/base/android/resource/course 里面有相当多的好的教程,在闲下来的时候,可以找一些视频看看,提高自己.
多线程学习
工具类:
- 图标大全:http://www.easyicon.net/
- MD 在线编辑:https://stackedit.io/editor
- 网络封包分析工具Charle:http://www.infoq.com/cn/articles/network-packet-analysis-tool-charles
浏览器相关的点:
- 直接用浏览器的webView.goBack()貌似有问题,那么用什么比较好呢? 栈(不错的选择),那这样的话,就得考虑,如果做到合理的缓存之前浏览的内容,减少流量的使用
需要整理的一些东西
- http://*.com/questions/15768837/playing-html5-video-on-fullscreen-in-android-webview
- 严苛模式,是什么,怎么用?
- PopupWindow 具体了解, 关于点击popupwindow以外区域 popupwindow自动消失问题
最近在面试总结了一下大概会面试到的东西:
- 单例模式(最好会写)、工厂模式(最好会写)、其他的模式要知道