Android App Development: Using Toasts and Alerts

Android offers two methods to display messages to the user: Toasts and Alerts. in this post we’re going to explore both of them. Toasts: toasts are pop up messages that lasts for a certain duration and then disappear. a Toast is a transient message that appears and disappears without any interaction from the user and … Continue reading Android App Development: Using Toasts and Alerts