摘要: package com.zcp.ddck; import android.app.Activity;import android.content.Context;import android.graphics.Bitmap;import android.graphics.BitmapFactory; 阅读全文
posted @ 2016-05-12 15:00 夏夜微凉 阅读(111) 评论(0) 推荐(0) 编辑
摘要: //布局 activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro 阅读全文
posted @ 2016-05-10 21:32 夏夜微凉 阅读(813) 评论(0) 推荐(0) 编辑
摘要: import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;import android.provider.Cont 阅读全文
posted @ 2016-05-09 15:11 夏夜微凉 阅读(284) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.zcp.baidumap" android:version 阅读全文
posted @ 2016-05-05 08:30 夏夜微凉 阅读(99) 评论(0) 推荐(0) 编辑
摘要: package com.zcp.app; import java.util.Timer;import android.app.Activity;import android.content.Context;import android.graphics.Canvas;import android.g 阅读全文
posted @ 2016-05-05 08:25 夏夜微凉 阅读(123) 评论(0) 推荐(0) 编辑
摘要: //自定义控件 package com.zcp.map; import android.content.Context;import android.graphics.Canvas;import android.graphics.Path;import android.graphics.RectF; 阅读全文
posted @ 2016-05-04 09:03 夏夜微凉 阅读(192) 评论(0) 推荐(0) 编辑
摘要: package com.zcp.fyjz; import java.util.ArrayList;import java.util.List; import android.os.Bundle;import android.app.Activity;import android.view.Menu; 阅读全文
posted @ 2016-05-03 16:04 夏夜微凉 阅读(90) 评论(0) 推荐(0) 编辑
摘要: ImageLoader加载图片 先导universal-image-loader-1.9.3包 在application配置 android:name=".MyApplication" intent权限 1 package com.ch.day13_imageloaderdemo; 2 3 impo 阅读全文
posted @ 2016-05-03 16:02 夏夜微凉 阅读(160) 评论(0) 推荐(0) 编辑
摘要: ViewPager图片自动轮播加原点 Layout_Xml activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas 阅读全文
posted @ 2016-05-03 16:00 夏夜微凉 阅读(857) 评论(0) 推荐(0) 编辑
摘要: AlertDialog.Builder builder = new Builder(MainActivity.this); builder.setMessage("是否确认删除!") .setPositiveButton("确认", new DialogInterface.OnClickListen 阅读全文
posted @ 2016-05-03 15:59 夏夜微凉 阅读(113) 评论(0) 推荐(0) 编辑