
In Xamarin applications, we sometimes see that the views move in a connected way or a UI element is updated dynamically. We can also do this in our own applications. How Does? Of course…
Read articleTag archive · 3 notes
Every article connected to this part of the engineering archive.

In Xamarin applications, we sometimes see that the views move in a connected way or a UI element is updated dynamically. We can also do this in our own applications. How Does? Of course…
Read article
Grouping sequential data to reduce data complexity after connecting data to ListView in mobile apps is a good solution. We often see this when enumerating saved contacts in phonebook and messaging applications. It may…
Read article
I will get the data from the service and then show this data in ListView. Here, the number of patients, recovered, deaths, etc. for each country are shown.
Read article