Android Notifications

Android Toast class provides a handy way to show users alerts but problem is that these alerts are not persistent which means alert flashes on the screen for a few seconds and then disappears. For important messages to be given to the user, it is required to have more persistent method. Anotification is a message … Continue reading Android Notifications