
android学习
文章平均质量分 74
幻梦三世
幻梦三世,醉生梦死...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
多个Activity之间切换原理介绍
刚学习Android,找了些资料,收藏一下。 原文:http://blog.csdn.net/xiazdong/article/details/7749261 大家都知道,一个Activity是一个界面,多个Activity表示多个界面,而多个界面的切换在应用中是重要的,而我们前面学Intent时也知道了使用Intent进行切换; Intent用来激活组件并附带数据; 多个Acti原创 2014-01-08 10:10:16 · 563 阅读 · 0 评论 -
Android 在TextView里设置HTM…
Android 在TextView里设置HTML There is a lovely method on the android.text.Html class, fromHtml() , that converts HTML into a Spannable for use with a TextView . However, the documentation does n原创 2014-01-08 10:10:19 · 469 阅读 · 0 评论