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 […]
Month: January 2021
Xamarin Forms – CarouselView
In this article, we will see the Carousel View component. The carousel is a slideshow for cycling through a series of content, it works with a series of images, text, or custom datatemplate . It also includes support for indicators. Start by creating a new Xamarin Forms project. You will learn more by going through […]