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, 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…
Hello friends, in this article, we will talk about how to draw with Swift ARKit. You can find my previous post here. We need to create a project and do the same things we did in our previous articles. After adding SceneKit in the Design…
Hello friends, in this article, we will talk about how to translate the Node we created with Swift ARKit. We will do this example on the house project we created earlier. You can find that article here. As we did in previous projects, we first…
Hello friends, in this article, we will talk about how to create a home object with ARKit and display it on the screen. First of all, we need to know how to put a node on the screen. You can find this in my previous…
Hello friends, in this article, I will talk about how we can show objects on the camera in the real world with ARKit. In my previous article, I talked about how to create a simple project with ARKit. You can find that article here. First,…
Hello friends, in this article, we will create ARKit projects with Swift and make many examples. I will share many of these in a repository on my Github account. You can check it out here. ARKit was released by Apple in 2017 as a framework…
Hello friends, in this article we will talk about how to manage memory in Swift. How to manage memory is a very important issue in mobile programming. Despite the increase in RAM in iOS devices day by day, the importance of memory management is increasing…
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…
Hello friends, in this article, we will talk about how to open an application with Deeplink in iOS applications. Deeplink actually allows us to open our application while navigating to a website. In this way, we provide a better quality experience to our users. I…