Hello friends, in this article, I will talk about how we can manage permissions for different languages on the iOS side with Xamarin Forms. Many applications offer multi-language support, but we have to show the user that everything is a whole so that the integrity…
Hello friends, in this article, we will talk about how to open settings with Xamarin.Forms. In many applications we get data from the device hardware or from its gallery. In order for us to receive this data, the user needs permission. If the user does…
Hello friends, in this article, we will talk about how to get the user's location with Xamarin. In almost every application, we make transactions with the location of the user. This is why this topic is very important. Before Xamarin.Essentials, we could do this with…
Hello friends. In this article, after November 2, Play Store will no longer accept applications that do not switch to AndroidX packages. That's why we need to organize packages in our Xamarin projects. Visual Studio has made a tool to easily switch to AndroidX. When…
Hello friends, in this article I will talk about how to modernize our old Xamarin projects. Let's talk about why we need such a thing first. In our old type projects, when we add packages with packages.config, update the packages or throw the packages to…
Hello friends. In this article, we will talk about how we can instantly see the events that we log to Firebase with Xamarin Forms. It is very important to be able to see this because this is how we can see if it is working…
Hello friends. In this article, we will talk about how to send events with Firebase in Xamarin Forms and how to debug these events. First, we need to open a project on a Firebase. Later, we will create 2 different applications from this project. One…
Hello friends. In this article, I will make a foreign exchange application with Xamarin Forms. In this application, it will be a project that we will use many features even though it looks simple. You can also click here to go to the project on…