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.
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