上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 29 下一页
  2013年8月13日
摘要: http://emilyzhou.blog.51cto.com/3632647/685387http://blog.csdn.net/xiang_j2ee/article/details/7261147 阅读全文
posted @ 2013-08-13 08:39 猥琐丶欲为 阅读(378) 评论(0) 推荐(0) 编辑
  2013年8月12日
摘要: http://www.cnblogs.com/Jack-Lu/archive/2013/03/13/2958359.html 阅读全文
posted @ 2013-08-12 15:49 猥琐丶欲为 阅读(189) 评论(0) 推荐(0) 编辑
  2013年8月7日
摘要: http://www.cnblogs.com/plokmju/p/Android_UI_TextView.html 阅读全文
posted @ 2013-08-07 16:04 猥琐丶欲为 阅读(174) 评论(0) 推荐(0) 编辑
  2013年8月5日
摘要: 安卓4.0会有这个问题,修改Manifest.xml里面的Theme,找到SystemResources,里面有Theme.black,选这个就行了。剩下自己要改背景色什么的这个还是比较easy的吧~ 阅读全文
posted @ 2013-08-05 08:33 猥琐丶欲为 阅读(1739) 评论(0) 推荐(0) 编辑
  2013年7月30日
摘要: java.lang.IllegalStateException: ScrollView can host only one direct child原因是在外面有一个TextView控件,将其删除则OK。主要是ScrollView内部只能有一个子元素,即不能并列两个子元素,所以需要把所有的子元素放到一个LinearLayout内部或RelativeLayout等其他布局方式。 阅读全文
posted @ 2013-07-30 09:54 猥琐丶欲为 阅读(5731) 评论(0) 推荐(0) 编辑
  2013年7月26日
摘要: http://byandby.iteye.com/blog/1020374 阅读全文
posted @ 2013-07-26 15:28 猥琐丶欲为 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Android中文APIhttp://www.android-doc.com/index.html 阅读全文
posted @ 2013-07-26 15:17 猥琐丶欲为 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://byandby.iteye.com/blog/814277 阅读全文
posted @ 2013-07-26 14:19 猥琐丶欲为 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 这里先给大家 推荐两个 找图标的 搜索引擎 http://findicons.com/ 这个我也在用 大家也可以试试 找个图标还是很easy的。 http://www.iconfinder.com/ 这个是英文的也不错。 阅读全文
posted @ 2013-07-26 13:59 猥琐丶欲为 阅读(245) 评论(0) 推荐(0) 编辑
  2013年7月24日
摘要: 1 package com.example.testdemo; 2 3 import java.io.ByteArrayOutputStream; 4 import java.io.IOException; 5 import java.io.InputStream; 6 7 import org.apache.http.HttpResponse; 8 import org.apache.http.client.HttpClient; 9 import org.apache.http.client.methods.HttpGet; 10 import org.apache... 阅读全文
posted @ 2013-07-24 14:35 猥琐丶欲为 阅读(287) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 29 下一页