2016年1月26日
摘要: package com.bawei.activity;import android.app.Activity;import android.graphics.Bitmap;import android.os.Bundle;import android.widget.ImageView;import ... 阅读全文
posted @ 2016-01-26 08:27 丶Cruel 阅读(130) 评论(0) 推荐(0) 编辑
  2016年1月25日
摘要: package com.gg.test;import java.io.IOException;import org.apache.http.HttpResponse;import org.apache.http.HttpStatus;import org.apache.http.client.Cli... 阅读全文
posted @ 2016-01-25 20:11 丶Cruel 阅读(145) 评论(0) 推荐(0) 编辑
摘要: package com.example.gesturedetectorinterface;/** * write by harvic * 2014-9-25 * blog.csdn.net/harvic880925 */import android.app.Activity;import andro... 阅读全文
posted @ 2016-01-25 12:25 丶Cruel 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Android 中与 Touch 事件相关的方法包括:dispatchTouchEvent(MotionEvent ev)、onInterceptTouchEvent(MotionEvent ev)、onTouchEvent(MotionEvent ev);能够响应这些方法的控件包括:ViewGro... 阅读全文
posted @ 2016-01-25 10:39 丶Cruel 阅读(245) 评论(0) 推荐(0) 编辑
摘要: //比对时间。public static String CompareTime(String stime){String returntime = null; SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")... 阅读全文
posted @ 2016-01-25 10:38 丶Cruel 阅读(438) 评论(0) 推荐(0) 编辑
摘要: packagecom.example.androiddynamiclayout;importjava.util.LinkedList;importandroid.os.Bundle;importandroid.app.Activity;importandroid.graphics.Color;imp... 阅读全文
posted @ 2016-01-25 10:35 丶Cruel 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 转载请注明本文出自xiaanming的博客(http://blog.csdn.net/xiaanming/article/details/26810303),请尊重他人的辛勤劳动成果,谢谢!大家好!差不多两个来月没有写文章了,前段时间也是在忙换工作的事,准备笔试面试什么的事情,现在新工作找好了,新工... 阅读全文
posted @ 2016-01-25 10:32 丶Cruel 阅读(160) 评论(0) 推荐(0) 编辑
摘要: package cn.iris.matrixapi;import android.app.Activity;import android.graphics.Matrix;import android.graphics.PointF;import android.os.Bundle;import an... 阅读全文
posted @ 2016-01-25 10:23 丶Cruel 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 1 MainActivity: 2 package com.example.lainxidraw; 3 4 import android.os.Bundle; 5 import android.app.Activity; 6 import android.content.Intent... 阅读全文
posted @ 2016-01-25 10:21 丶Cruel 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.view; 2 import android.content.Context; 3 import android.graphics.Bitmap; 4 import android.graphics.Bitmap.Config; ... 阅读全文
posted @ 2016-01-25 10:18 丶Cruel 阅读(373) 评论(0) 推荐(0) 编辑