真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

自定義界面的Notification-創(chuàng)新互聯(lián)

public class MainActivity extends Activity {
	private Button btn_click;
    private NotificationManager manager;
	@Override
	protected void onCreate(Bundle savedInstanceState) {
		super.onCreate(savedInstanceState);
		setContentView(R.layout.activity_main);
		btn_click=(Button) findViewById(R.id.btn_push_notification);
		manager=(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
		
		
	}

	@Override
	protected void onStart() {
		// TODO Auto-generated method stub
		super.onStart();
		btn_click.setOnClickListener(new OnClickListener() {
			
			@Override
			public void onClick(View arg0) {
				// TODO Auto-generated method stub
			Notification notification=new Notification(R.drawable.ic_launcher,"您有一短信消息", System.currentTimeMillis());
			Intent intent=new Intent(MainActivity.this, SecondActivity.class);
			PendingIntent pdi=PendingIntent.getActivity(MainActivity.this, 0, intent, 0);
			notification.contentIntent=pdi;
			RemoteViews remoteviews=new RemoteViews(getPackageName(), R.layout.remoteview);
			remoteviews.setTextViewText(R.id.tv_remoteview_1, "我是寧采臣,我喜歡你");
			remoteviews.setTextViewText(R.id.tv_remoteview_2, "聶小倩");
			notification.contentView=remoteviews;
		    manager.notify(0, notification);		
			}
		});
	}
	@Override
	public boolean onCreateOptionsMenu(Menu menu) {
		// Inflate the menu; this adds items to the action bar if it is present.
		getMenuInflater().inflate(R.menu.main, menu);
		return true;
	}

}

創(chuàng)新互聯(lián)公司主要從事網(wǎng)站建設(shè)、成都網(wǎng)站設(shè)計(jì)、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)鐘樓,十多年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):028-86922220

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


文章題目:自定義界面的Notification-創(chuàng)新互聯(lián)
網(wǎng)頁鏈接:http://weahome.cn/article/coohgh.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部