Month: August 2019

Thursday August 29th, 2019

Xamarin.Forms Shell

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 properties is not exactly ready for usage of the mobile development now. With the help of the Microsoft documentation, i made an application using with Shell. In Visual Studio 2019, There is an option to create project with Shell template. I create […]

Sunday August 25th, 2019

Google Play Console – Updating App With New Signing Key

Hello, I was published an application on the Play Store which was developed by Xamarin forms and the name of the application is Kolay Çeyiz. After a while, I was had to change my laptop and I did not know I was have to keep the the information of the application(KeyStore), so i lost the informations. I was would like to update my application in the Play […]

Thursday August 15th, 2019

Xamarin.Forms – Netflix

Hello, Today, I will try to make Netflix mobile application design using Xamarin.Forms. Netflix is the one of the most popular application nowadays and I think Netflix has a elegant mobile design. Thanks to Xamarin.Forms, I can make the design same time in the iOS and Android platforms. Firstly, I opened the Xamarin.Forms project and I tried to make 4 screens of the Netflix. When we opened the […]

Tuesday August 13th, 2019

Swift App – iOS Calculator Part-2

In the previous article, I wrote the design of the iOS Calculator. In this article, I will try to write the idea of the how calculator work in the iOS Calculator. Firstly, I opened the project which we created before. In the project, I go ViewController.swift and then i add the operation buttons, number buttons and the result label from MainStoryboard. @IBOutlet weak var resultLabel: UILabel! override […]