0
More
Membuat notification pada Android
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...
Recent Comments