Awesome
NativeScript Toast plugin example
An example application for the NativeScript Toast Plugin.
What is a toast?
A toast provides simple feedback about an operation in a small popup. It only fills the amount of space required for the message and the current activity remains visible and interactive. - Android Developer
Demo
How to install and use this plugin? Watch it on YouTube!
Installation
$ git clone https://github.com/TobiasHennig/nativescript-toast-example.git
$ cd nativescript-toast-example
$ npm install
$ tns platform add android
$ tns run android --emulator