Video Demo:
Navigation Drawer is used to display the sliding panel of android application. It is the most important part of the each application. Navigation drawer is not always in the open state. To see the Navigation drawer user need to click on menu option or slide to left. In this tutorial I am creating an application with Navigation drawer...
Saturday, January 27, 2018
Monday, January 15, 2018
Video Demo:
Notification is used to notify the user regarding the events happening in the application without open it. To generate the notification in android we used NotificationBuilder to generate the notification. PendingIntent is used to mange the click on notification tray. So In tutorial I am showing to How to generate...