Creating a Simple Skeleton Loader in Xamarin Forms
Hi friends. Nearly every application nowadays talks to APIs or processes data from an internal database. These tasks are time consuming and most of the time are done in the foreground. Since they are done in the foreground, we have to inform the user that some important work is going on. The most basic way […]