Swift Loading Screen

Hello friends, in this article, we will talk about how we can create a common waiting screen with Swift in our iOS projects. Actually, there are many ways to do this. These; Using a pod Writing extension to UIView Writing a class Using Pod Using…

Xamarin ListView Lazy Loading

Hello friends. In this article, we will talk about how to add data as the user descends without loading all of the data when using List View with Xamarin. This is a process that is used especially in all large applications. For example, you will…

Xamarin Forms Gif Loading Icon

Hi friends in this article we will talk about how to add gif to our mobile application. Design is very important for our applications. If you are tired of using an activity indicator you can get over it with a gif. Not only the loading…

Xamarin Forms Waiting Icon

One of the most important features in applications is usability. We may also have to wait for your mobile applications whether you are exchanging data from web services or working locally. You need to understand this too. For example, if you are recording data in…