摘要:
SlidingDrawer效果大家应该也见到过,它就是1.5模拟器上进入应用程序列表的效果。下面是运行的Demo截图一、简介 SlidingDrawer隐藏屏外的内容,并允许用户通过handle以显示隐藏内容。它可以垂直或水平滑动,它有俩个View组成,其一是可以拖动的handle,其二是隐藏内容... 阅读全文
posted @ 2014-11-12 16:38
Lechance
阅读(205)
评论(0)
推荐(0)
摘要:
timer.schedule(new MyTask(),long time1,long timer2);今天算是彻底的搞懂了这个曾经让我为之头疼的方法。下面我就重点介绍一下:第一个参数,是 TimerTask 类,在包:import java.util.TimerTask .使用者要继承该类,并实现... 阅读全文
posted @ 2014-11-12 15:07
Lechance
阅读(1791)
评论(0)
推荐(0)
摘要:
pendingIntent字面意义:等待的,未决定的Intent。要得到一个pendingIntent对象,使用方法类的静态方法getActivity(Context, int, Intent, int),getBroadcast(Context, int, Intent, int),getServ... 阅读全文
posted @ 2014-11-12 11:00
Lechance
阅读(259)
评论(0)
推荐(0)

浙公网安备 33010602011771号