文章分类 -  Android学习笔记系列

(收藏)Android系列教程
摘要:http://android.group.iteye.com/group/wiki?category_id=302 阅读全文
posted @ 2012-01-17 17:51 higirle 阅读(271) 评论(0) 推荐(0) 编辑
[转】Android调试工具及方法
摘要:http://www.cnblogs.com/feisky/archive/2010/01/01/1637566.htmlLogcatDump一份系统消息的日志。这些消息包括模拟器抛出错误时的堆栈跟踪。Android Log一个记录日志的类,用来将消息写入模拟器上的日志文件中。如果你在DDMS上运行logcat的话你可以就实时查看消息。在你的代码中加入几个写日志方法的调用。为了使用Log类,你只需要调用Log.v()(详细),Log.d()(debug),Log.i()(information),Log.w()(warning) 或者 Log.e()(error),根据你想获得的日志信息来选. 阅读全文
posted @ 2012-01-16 14:39 higirle 阅读(244) 评论(0) 推荐(0) 编辑
Activity LifeCycle
摘要:http://www.cnblogs.com/feeshare/archive/2011/06/08/2075724.htmlActivity LifeCycle 阅读全文
posted @ 2012-01-16 14:28 higirle 阅读(157) 评论(0) 推荐(0) 编辑
[转】:MyEclipse使用经验总结
摘要:MyEclipse使用经验总结MyEclipse使用经验总结0. 快捷键================================================================================编辑:Ctrl+Shift+L显示所有快捷键Ctrl+K 参照选中的词(Word)快速定位到下一个Ctrl+Shift+K参照选中的词(Word)快速定位到上一个Ctrl+O 快速显示OutLine Ctrl+T 快速显示当前类的继承结构Ctrl+Shift+X把选中文本全部改为大写Ctrl+Shift+Y把选中文本全部改为小写Ctrl+Shift+F按照当前的配. 阅读全文
posted @ 2012-01-16 14:27 higirle 阅读(15362) 评论(1) 推荐(1) 编辑
Andriod学习网址
摘要:Andriod学习官方网址http://developer.android.com/guide/basics/what-is-android.html 一下为博客转载:http://www.cnblogs.com/feisky/category/225793.htmlMoto Androidhttps://developer.motorola.com/platforms/android/ 阅读全文
posted @ 2012-01-16 14:23 higirle 阅读(368) 评论(0) 推荐(0) 编辑
Andriod学习笔记网址
摘要:Android学习笔记(四六):互联网通信-文件下载 2011.11.1Android学习笔记(四五):互联网通信-HttpClient、XML解析(W3C) 2011.10.27Android学习笔记(四四):第三方Java库的使用 2011.10.25Android学习笔记(四三):文件访问 2011.10.24Android学习笔记(四二):SQLite、ListView和ContextMenu 2011.10.6Android学习笔记(四一):SQLite的使用 2011.10.2Android学习笔记(四十):Preference的使用 2011.8.9Andriod学习笔记(三九) 阅读全文
posted @ 2012-01-16 13:28 higirle 阅读(421) 评论(0) 推荐(0) 编辑
【转】:Android学习笔记
摘要:http://blog.csdn.net/flowingflying/article/details/6198713Android学习笔记(一)郁闷的是Andriod的开发网站developer.android.com是无法访问。不知道为什么?需要访问http://developer.android.com.nyud.net/index.html,虽然慢点,但是至少可以访问,http://androidappdocs.appspot.com/这个站点比较快。在Android 拥戴者的奇特世界观中有个很有趣的对比:Android:开源的 Linux + Google 的封闭软件 + 私有的基带 阅读全文
posted @ 2012-01-16 13:26 higirle 阅读(241) 评论(0) 推荐(0) 编辑