论坛首页 移动开发技术论坛

定制android通知(Notification)

浏览 10771 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-02-27   最后修改:2010-02-27

  Notification通知界面可以用自己定义的界面来显示。下面是我实现的带进度条的通知效果

 

下面是主要实现部分代码,比较简单直接看代码可以了。

		nf =new Notification(R.drawable.icon,"带进度条的提醒",System.currentTimeMillis()) ;
		nf.icon = R.drawable.icon;
			
		nf.contentView= new RemoteViews(this.getPackageName(),R.layout.notification);
		nf.contentView.setProgressBar(R.id.ProgressBar01, 100, 0, false);
		nf.contentIntent=PendingIntent.getActivity( this, 0, new Intent(this,remoteview.class) ,0);

 

 

   发表时间:2010-07-13  
不错,正在找这个
133个下载的怎么就没人回复呢?
0 请登录后投票
   发表时间:2010-07-14  
furlxy 写道
不错,正在找这个
133个下载的怎么就没人回复呢?

现代人,急功近利!
0 请登录后投票
   发表时间:2010-07-31  
烟酒研究,学习看看
0 请登录后投票
   发表时间:2010-08-11  
有没有去掉某个notification的方法啊?
0 请登录后投票
   发表时间:2010-08-12  
初学android,没有看懂。看来我要继续努力了。
0 请登录后投票
   发表时间:2010-08-23  
furlxy 写道
不错,正在找这个
133个下载的怎么就没人回复呢?

急什么?咱家这就来顶你!!!
0 请登录后投票
   发表时间:2010-09-01  
感谢分享代码,下载下来学习学习。
0 请登录后投票
   发表时间:2010-09-01  
烟酒一下代码
0 请登录后投票
   发表时间:2010-09-08   最后修改:2010-09-08
09-08 01:43:41.955: WARN/WindowManager(65): Key dispatching timed out sending to com.hemowolf/com.hemowolf.main
什么原因啊
0 请登录后投票
论坛首页 移动开发技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics