
Tag: Xamarin Forms


Xamarin Forms iOS Multilanguage Permission Strings

(Turkish) Xamarin Forms Ayarları Açmak

(Turkish) Xamarin Forms Lokasyon Almak (Xamarin.Essentials)

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 see new posts or tweets as you scroll down in […]

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 you do Migrate to AndroidX on the Android side, Visual […]

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 git, the size of the project increases and causes version […]

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 properly. Testers can also check with Debug View. In my […]

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 of them will be for iOS and the other for […]

Currency App
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 Github. Actually, what I want to do is develop it […]