Friday, 25 December, 2015 UTC


Summary

Toast notifications are a common thing in Android applications.  They are convenient because you can display a message to a user and have it disappear shortly after without blocking any of the UI that might exist within the application.  I already demonstrated how to display these notifications in an Ionic Framework application, but this time I’m […]
The post Create A Toast Notification In Android With NativeScript appeared first on Nic Raboy's Code Blog.