Tag: Xamarin

Sunday September 8th, 2019

Xamarin.Forms Taking Picture

Hello, when i was develop an application, i was need the take a picture and pick the picture. I researched about the taking and picking picture and i find the Xam.Plugin.Media plugin which created by the James Montemagno. For the use that plugin, we need to make some arranges. Firstly, after the creating project we need the add the Xam.Plugin.Media. Later inside of the Android platform and […]

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 […]

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 […]