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

Error alert:

Warning alert:

Wait alert:

Android

Error alert:

Warning alert:

Wait alert:

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