Hello, with Xamarin.Forms 4.0 Shell properties came to Xamarin.Forms. The one of the aim of the usage of Shell is making less complication on mobile development. Shell…
Category: C#
Mobil programlamada kendinizi geliştirin
Hello, When we are making projects sometimes we may need to put video player to your application or maybe you develop a projects for the…
In some cases we may want to take sign from user, in this kind of cases in xamarin forms we can solve this problem with…
When we develop a app, we want to use some animations to have better design in app. To use animation in Xamarin Forms, we use lottie…
Splash screen is a screen when you open your application. Splash screen stay on the screen until the your application load data. When you use…
When we are making an app, we add some features to make application have better design. One of the feature is that Lazy Loading. Lazy loading…
Hello my friends, Today i will make one of the most used social app which name is Reddit. I will design the main screen of…
When we making programs, we want use different features of the objects. Maybe you want to give different features for on different platforms, For the…
Array is the structure which keep the variables consecutively on the ram. Arrays are important for the all programing languages. With C programming language, I made the…