自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Iterater接口

public class IteratorExample {/** * Iterator(Collection的方法、迭代器) * Iterator接口主要定义了两个方法 * hasNext() 如果仍有元素要迭代返回true * next()返回下一个迭代的元素 */ public static void main(String[] args) { //创建集合,添加元素 Collectio...

2018-03-16 23:07:38 368

原创 Notification(通知栏)的实现

/** * @function Notification * @author JRwestbrook * */public class NotificationActivity extends Activity { NotificationManager mNotificationManager; private static final int ID_NOTIFICATION =

2015-03-31 15:05:33 445

原创 ViewPage and Fragment(仿微信)

/** * @function 整理代码 * @author JRwestbrook * @time 2014-12-31 15:00 * @comment 当Viewpager 滑动的时候,下面的按钮随着ViewPager位置改变(实为变色) */页面效果如下图(非动态):1.首先创建三个fragmentfragment_first.xml<Line

2014-12-31 15:24:08 755 1

原创 DrawChartWithPaint(自定义View)

/**@function 整理代码@time 2014-12-31 13:37@author JRwestbrook@QQ 990021331*/用paint画统计图,即先自定义View继承Viewpackage com.example.view;import android.content.Context;import android.graphics.Canvas;i

2014-12-31 13:58:22 596

原创 SlidingPaneLayout实现QQ5.0侧滑菜单(perfect)

个人觉得QQ5.0那个

2014-11-22 22:15:29 1364 1

原创 android工具类中自定义监听处理异步方法问题

1.概述昨天开发的一个小应用

2014-11-21 09:20:23 1090 7

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除