Search code examples
cross-platformxamarin.formsactivity-indicator

ActivityIndicator with text Xamarin.Forms cross platform


Is there anything like the ActivityIndicator that allows you to add text? Or would I need to write some sort of custom renderer class to go along with it?

ActivityIndicator with text

Edit: Added picture.


Solution

  • I'd like to suggest you to use Acr.UserDialogs. ShowLoading for example.