上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 29 下一页
  2013年11月27日
摘要: 一、MainActivity类package com.example.gallerydemo;import android.net.Uri;import android.os.Bundle;import android.app.Activity;import android.content.Intent;import android.view.View;import android.widget.ImageView;public class MainActivity extends Activity { private ImageView iv; @Override prot... 阅读全文
posted @ 2013-11-27 16:57 猥琐丶欲为 阅读(534) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/markdev/archive/2012/10/25/2738767.html 阅读全文
posted @ 2013-11-27 16:13 猥琐丶欲为 阅读(242) 评论(0) 推荐(0) 编辑
  2013年11月13日
摘要: http://wenzongliang.iteye.com/blog/1344817 阅读全文
posted @ 2013-11-13 14:26 猥琐丶欲为 阅读(169) 评论(0) 推荐(0) 编辑
  2013年11月12日
摘要: http://blog.csdn.net/xywhere/article/details/7218421 阅读全文
posted @ 2013-11-12 15:09 猥琐丶欲为 阅读(142) 评论(0) 推荐(0) 编辑
  2013年11月7日
摘要: http://www.cnblogs.com/mayola/archive/2011/11/17/2252646.html 阅读全文
posted @ 2013-11-07 09:52 猥琐丶欲为 阅读(1066) 评论(0) 推荐(0) 编辑
  2013年11月6日
摘要: 项目目录一、编写MainActivity.javapackage com.hyzhou.getdemo;import com.hyzhou.getdemo.service.LoginServer;import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.view.View;import android.widget.EditText;import android.widget.Toast;public class MainActivity extends Activi 阅读全文
posted @ 2013-11-06 17:07 猥琐丶欲为 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: GetDemo项目目录一、编写StreamTools.java/** * */package com.hyzhou.getdemo.utiils;import java.io.ByteArrayOutputStream;import java.io.InputStream;/** * @author hyzhou * * 2013-11-6 */public class StreamTools { /** * 把输入流内容转化成字符串 */ public static String readInputStream(InputStream is) { ... 阅读全文
posted @ 2013-11-06 16:02 猥琐丶欲为 阅读(1264) 评论(0) 推荐(0) 编辑
  2013年11月5日
摘要: http://www.cnblogs.com/devinzhang/archive/2012/01/08/2316453.html 阅读全文
posted @ 2013-11-05 15:14 猥琐丶欲为 阅读(185) 评论(0) 推荐(0) 编辑
  2013年10月30日
摘要: http://www.cnblogs.com/limengwei/archive/2013/01/07/2981308.html 阅读全文
posted @ 2013-10-30 14:53 猥琐丶欲为 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/obullxl/archive/2011/06/10/android-animation-frame-dance.html 阅读全文
posted @ 2013-10-30 10:04 猥琐丶欲为 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 29 下一页