会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏夜微凉
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2016年5月12日
多点触控
摘要: 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 夏夜微凉
阅读(121)
评论(0)
推荐(0)
2016年5月10日
上拉刷新下拉加载
摘要: //布局 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 夏夜微凉
阅读(819)
评论(0)
推荐(0)
2016年5月9日
自定义View(小球随手指移动)
摘要: 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 夏夜微凉
阅读(295)
评论(0)
推荐(0)
2016年5月5日
地图
摘要: <?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 夏夜微凉
阅读(103)
评论(0)
推荐(0)
自定义View
摘要: 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 夏夜微凉
阅读(148)
评论(0)
推荐(0)
2016年5月4日
圆形图片
摘要: //自定义控件 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 夏夜微凉
阅读(198)
评论(0)
推荐(0)
2016年5月3日
分页加载
摘要: 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 夏夜微凉
阅读(95)
评论(0)
推荐(0)
ImageLoader加载图片
摘要: 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 夏夜微凉
阅读(167)
评论(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 夏夜微凉
阅读(873)
评论(0)
推荐(0)
对话框
摘要: AlertDialog.Builder builder = new Builder(MainActivity.this); builder.setMessage("是否确认删除!") .setPositiveButton("确认", new DialogInterface.OnClickListen
阅读全文
posted @ 2016-05-03 15:59 夏夜微凉
阅读(117)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告