Learn Technologies
Xamarin Forms - ChatApp SignalR - Friends

Xamarin Forms – Chat Application – Friends (part 2)

In this new tutorial, we ‘ll see, how to get the list of Friends. Send a private message to friend and how to save it in database. If you read this article for the first time, i invite you to read before the previous tutorial available in this link. Eventually, you can download the code […]

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 2)

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 also see the part one of this tutorial on this link. Add ProductDetailsPage […]

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

Xamarin Forms- Android Local Notification

Hello, every body in this new tutorial of Xamarin Forms. In this part, you will learn how to make a basic local notification. NotificationManager First of all, add a new button in MainPage.xaml.cs file and bind it to LocalNotificationCommand. In the MainPageVeiwModel.cs, create new command called LocalNotification and intialize in the constructor: After that, create […]