代码改变世界

阅读排行榜

[Android学习笔记]Android Library Project的使用

2014-04-17 17:11 by hellenism, 155 阅读, 收藏,
摘要: RThttp://developer.android.com/tools/projects/index.html 阅读全文

[日记]2014-9-23.

2014-09-23 00:23 by hellenism, 154 阅读, 收藏,
摘要: Index:1.做过动画的View在setVisibility时无效. 此时需要先调用View.clearAnimation();之后便可setVisibility 阅读全文

[Android]Eclipse的使用

2014-03-07 15:36 by hellenism, 151 阅读, 收藏,
摘要: 1.取消Eclipse拼写检查General -> Editors -> Text Editors -> Spelling取消enable spell checking 前面的勾2.修改Xml文件字体大小:window / preferences / General / appearance / colors and fonts / Basic / "Text font "3.为Xml文件 添加/取消 注释: 添加注释: a).单行注释:Ctrl+Shift+C b).多行注释:Ctrl+Shift+/ 取消注释: Ctrl + Shift + \4.格式 阅读全文

Eclipse Tips

2014-05-19 10:08 by hellenism, 147 阅读, 收藏,
摘要: 一.取消拼写检查 Window -> Preferences -> General -> Editors -> Text Editors -> Spelling -> Enable spell checking 取消 阅读全文

[Android学习笔记]页面布局

2014-03-13 01:52 by hellenism, 145 阅读, 收藏,
摘要: 线性布局:LinearLayout1.集成ViewGroup,故可容纳多个View2.线性布局,可设置水平或者垂直方向相对布局:RelativeLayout 阅读全文