One way to notify users is to use Toasts. But Toasts have the problem that they might pop up in totally unrelated contexts. They are displayed for a defined duration on the screen no matter what the user does. The user might even have changed the app, with the result, that your Toast simply confuses the user.
But we can use an external library to make a customize Toast messages. In this post, I'll present the way how to implements Crouton library, it can make your messages become more flexible.
But we can use an external library to make a customize Toast messages. In this post, I'll present the way how to implements Crouton library, it can make your messages become more flexible.