Xamarin Forms Keyboard Type
The keyboard-type theme, which seems very simple and insignificant, can be life-saving in mobile applications.…
Xamarin Uploading Photos and Videos to the Server
Hello. In today's writing, we will talk about a topic that is on almost every…
Visual Studio Change Project Name
Sometimes you might have opened your projects with a ridiculous name and continued over it.…
Swift Web View Kullanımı
Sometimes you can use web pages directly in your projects. So he managed to open…
Xamarin Forms Camera ( Media.Plugin )
I will talk to you about the solution of a mistake I have often taken…
Swift Show Error and Using Display Action Sheet
In your project, you should display an easy-to-select and easy-to-view screen when the user performs…
Swift Switch Case
One of the most important features in programming languages is decision making. Switch Case is…
Swift Random Number Generation
It is very important to generate random numbers in our mobile applications or in any…
Swift Using Timer
As in most programming languages, time is also very important in Swift. Especially the present…
Swift Var and Let
Defining variables is one of the top priorities in a programming language. Because we keep…