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…