摘要: 1. 效果图 2. 实现代码 package com.example.timetest;import android.content.Context;import android.util.AttributeSet;import android.widget.ImageView;import a... 阅读全文
posted @ 2015-03-06 15:13 落寞回头不如华丽转身 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1. 实现效果 如果判断当前的属性和上一个属性相同时,不显示编号信息 ,否则就显示 2. 主要是在适配器上面做判断 bean --> Tip package com.example.timetest;/** * 封装要显示数据的bean ---> Tip * * @author Ad... 阅读全文
posted @ 2015-03-06 15:10 落寞回头不如华丽转身 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 1.效果图 点击链接并且可以跳转到响应的网页中去2. 实现代码 textView1 = ( TextView ) this.findViewById ( R.id.textview1 ); textView2 = ( TextView ) this.findViewById ( R.id.... 阅读全文
posted @ 2015-03-06 10:09 落寞回头不如华丽转身 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1. 原图 --》 2. 自定义的控件类 package com.chaowen.yixin;import android.content.Context;import android.graphics.Bitmap;import android.graphics.Bitmap.Config;... 阅读全文
posted @ 2015-03-06 09:12 落寞回头不如华丽转身 阅读(462) 评论(0) 推荐(0) 编辑