2013年3月6日 一些Android学习资料

来源:互联网 发布:php导出统计图 编辑:程序博客网 时间:2024/06/10 01:33
1、Android学习的2个blog。
http://blog.csdn.net/michael__li/article/category/920614
http://blog.csdn.net/jayjaydream/article/category/1098891
讲解很详细,对初学者帮助较大。
2、对于开发中需要的代码说明以及引入包声明可参考Android中文帮助网站http://api.apkbus.com/reference/android/content/Context.html
3、制作底边边框栏,参考http://www.189works.com/article-36798-1.html(引入外部jar包,可直接把jar文件拖到IDE项目下的libs目录下或者通过右键菜单的Build Path项添加外部jar)
4、二维图形绘制,参考http://dev.10086.cn/cmdn/bbs/thread-55117-1-1.html
5、了解视屏播放器设计原理ffmpeg android编译以及使用范例http://www.cnblogs.com/mcodec/articles/2114714.html