Dienstag, 9. Juni 2015

Show alert with xamarin android

I was searching for an Alert on Android and found this:

button.Click += (o, e) =>
             {
                   Toast.MakeText(this, "Beep Boop", ToastLength.Short).Show();
             };

Its a nice little notification that can be called from within an activity.

Keine Kommentare:

Kommentar veröffentlichen