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…

Drawing with ARKit

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…

Building a Home with ARKit

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…

Swift ARC

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…

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…

SwiftUI Splash Screen

Hello friends. In this article, we will talk about how to create Splash Screen with SwiftUI. If we talk about what Splash Screen is, it is actually the first screen to be seen when the application is opened for the first time. Here, if you…

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…

How Delegates Works in Swift

Hello friends. In this article, we will talk about how Delegates work with Swift. First of all, we should talk about what we use Delegates for. For example, if you have a TextField and you want this control to be triggered because a change has…

Swift Dark – Light Theme

Hello friends. In this article, we will talk about how we can change the color of the open and closed themes that come with iOS 13. First of all, it should be mentioned that this feature came with iOS 13. In other words, if you…