Enhance Your Xamarin.Forms App’s User Experience With Polly (using Prism.Forms)
Hussain Abbasi
Fractional CTO | AI Engineer | Developer | Streamer | Blogger | Speaker | Founder of intelliAbb
When working on an app that relies on getting data from an API, it is crucial to make the waiting and loading experience as seamless as possible for the user – like Facebook, Amazon, LinkedIn apps do. Unresponsive app will most likely be uninstalled by the user and you can say goodbye to your customers, revenue, user base, whatever it is you made the app for.
One of the biggest issue API reliant apps face is unreliable network connectivity. As users move around with their mobile devices, they are bound to run into poor or dropped network connectivity issues. We must have a strategy around transient faults and network issues, and that’s where Polly comes to the rescue.