Learn Technologies
Xamarin Forms-E-Commerce Application 3

Xamarin Forms – E-commerce Application – Add to cart button(part 3)

In this new tutorial of Xamarin Forms E-commerce application. We’ll see together how to add to cart (Basket) button in the navigation bar.If this is the first experience with Xamarin Forms, I invite you to check my first post Xamarin Forms – Prism. You can also see, the Part 1 and Part 2 of this tutorial. […]

Xamarin Forms-E-Commerce Application

Xamarin Forms – E-commerce Application (part 1)

In this new tutorial series, we will see how to develop an E-commerce application, using Xamarin forms Prism template. In order to install Prism template, I invite you to check my first Xamarin Forms – Prism.The code is available on GitHub. You can find more details in my video on my YouTube channel : Add […]

Xamarin Forms - Multilingual

Xamarin Forms – Mastering Multilingual

Multilingual in a mobile application is essential to have a large audience around the world. For this, as many languages ​​as we manage in the application as many users as we have. We’ll see together how much easier to manage many languages in Xamrin Forms application. You can download the code on GitHub repository. Using […]

Xamarin Forms – ListView

In this new tutorial, we ‘ill explore together how to manipulate the component ListView.You can get the code source on GitHub. Data Binding First of all, let’s create a new Xamarin Forms Prism template application called ListView. You can find more detail in the previous post.After that, open the MainPage.xaml page and add new ListView […]