
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 articleTime archive · 7 notes

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
In this post, I will show you a simple application of currency converter in Xamarin.Android. It will be an application that will write the amount of foreign currency to be converted and in which…
Read article
When developing an Android application, you may sometimes need to take images from the device's camera and use it. You may even want to store these images on the device. And by specifying the…
Read article
In this post, I will show you how to add an image we selected from the gallery on the Xamarin.Android platform into ImageView. Our motivation is to create a contact page and add people…
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
Presenting data on graphs is a good solution to increase the user experience in the applications you develop. So you get more readable and visually beautiful views. Make sure that the end user is…
Read article
While developing a mobile application, do you sometimes need to send feedback to the user after his actions? Even without disturbing the functioning of the application. It is possible to do this with Toast…
Read article