Github Large File Storage

Hello friends, in this article, we will talk about the solution of a problem experienced while assigning the projects we created to Github. In the projects we develop, sometimes it is necessary to add the files with high size to the source code and submit…

Xamarin Android Round Icon

Hello friends, in this article, we will talk about how to make a round icon in Android applications that we developed with Xamarin Forms. In many versions of Android, app icons are shown in a circular form on the home screen. This causes the application…

Xamarin Forms iOS Multilanguage Permission Strings

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…

Getting Xamarin Forms Location (Xamarin.Essentials)

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…

Xamarin Forms Indicator View

Hello friends, in this article, we will talk about how to use Indicator View with Xamarin Forms. First of all, if you ask what IndicatorView is, you can access detailed information from here. You can find previous Xamarin articles here. It is generally used when…

How to Create Project With MAUI

Hello friends, in this article we will talk about how to create a project with MAUI. First of all, for those who ask what is MAUI, you can reach the Medium article I wrote before here. As it is known, MAUI will come with .Net…

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 AndroidX

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…

Xamarin Forms Packages Config To Packages Reference

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…

Xamarin Forms Debugging Firebase Events

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…