Code for Notification

Please copy these

Notification.Builder mBuilder = new Notification.Builder(MainActivity.this); mBuilder.setSmallIcon(R.drawable.app_icon); mBuilder.setContentTitle("Sketchware"); mBuilder.setContentText("Hello how are you?"); mBuilder.setDefaults( Notification.DEFAULT_SOUND | Notification.DEFAULT_VIBRATE); NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); notificationManager.notify((int)num, mBuilder.build());

Thank you....

Comments

Popular posts from this blog

Voice recorder

Code for "Loading Dialog Box"

Code for "Image share from app"