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…

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 Firebase Analytics

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…

Xamarin Forms One Signal (Part 1)

Hello friends. In this article, we will talk about how we notify our Xamarin Forms application. There are many ways to throw notifications. In this article, I will talk about throwing notifications with One Signal. Easy to use and reliable system. So why do we…

Xamarin Forms Gif Loading Icon

Hi friends in this article we will talk about how to add gif to our mobile application. Design is very important for our applications. If you are tired of using an activity indicator you can get over it with a gif. Not only the loading…

Xamarin Forms Material Design

Hello friends. In this article, we will talk about how to use Material Design in Xamarin Forms. If you ask what Material Design is, it is the design interface introduced by Google. With Material Design, you can design your mobile application much more easily without…

How To Close Xamarin Forms Android Shifting

Hello friends. In this article, I will talk about solutions for the problems experienced for Android while using Tabbed Page with Xamarin Forms. You know that Xamarin Forms is constantly evolving, but Tabbed Page for Android is a bit troubled. For example, your customer asked…

Xamarin Forms Converter

Hello friends. In this article I will talk about how to create converter with Xamarin.Forms. First of all, if you ask what is converter; You may think of converting a value to a different value depending on the situation. For example, you put more than…