InteractiveAlert-Xamarin icon indicating copy to clipboard operation
InteractiveAlert-Xamarin copied to clipboard

Interactive alerts to Xamarin

Interactive alerts for Xamarin

A cross platform library that allows you to call for interactive alerts from a shared/portable library.

Support:

  • Android
  • iOS
  • Portable library

NuGet

Setup

InteractiveAlerts setup as Acr.UserDialogs.

iOS

The library configures.

Android Initialization (In your main activity)

InteractiveAlerts.Init(this);
OR InteractiveAlerts.Init(() => provide your own top level activity provider)
OR MvvmCross - InteractiveAlerts.Init(() => Mvx.Resolve<IMvxAndroidCurrentTopActivity>().Activity)
OR Xamarin.Forms - InteractiveAlerts.Init(() => (Activity)Forms.Context)

MvvmCross

Screenshots from Interactive alerts

iOS

Success alert:

iOS Success

Error alert:

iOS Error

Warning alert:

iOS Warning

Wait alert:

iOS Wait

Android

Android Success

Error alert:

Android Error

Warning alert:

Android Warning

Wait alert:

Android Wait

Powered by

  • Acr.UserDialogs - https://github.com/aritchie/userdialogs
  • iOS - https://github.com/vikmeup/SCLAlertView-Swift
  • Android - https://github.com/pedant/sweet-alert-dialog