Notification

0
More

Membuat notification pada Android

  • 2013-06-02

Untuk menampilkan notification pada android cukup mudah, berikut adalah program: private void SetNotification() { notifManager = (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE); int icon = R.drawable.ic_launcher; CharSequence show = “Running”; long...