In the first part of this series of articles about Prism, we started by showing the first steps, learning how to install it, register pages and services, basic navigation between pages, passing parameters, etc. In this article, we will continue talking about some more advanced topics on Navigation and also will show some handy stuff […]
Prism in Xamarin Forms Step by Step (Part. 1)
In this article, I will explain to you in a very simple way what Prism is, how to use it, and what you can do with it. This article will include: An overview of what Prism is How to set up How to connect Views with ViewModels How to navigate and different types of navigation […]
Universal Styling in Xamarin Form Apps
When using Xamarin Forms sometimes we have the need to make our applications look better by applying some styles.But what if our application uses a similar style for all our controls in the entire application and we just want to apply it to all these controls without too much effort. The solution of that is using […]
Lottie Animations Step by Step in Xamarin Forms
Lottie is a library created by Airbnb that allows you to run animations. It works by using a Json file that provides the content to render the animation. Thanks to Martijn van Dijk, this awesome library is also available on Xamarin Forms. For more information checkout the repository here: https://github.com/martijn00/LottieXamarin. Also, I would recommend checking out […]
Select Multiple Images From Gallery in Xamarin Forms
— Before start reading this article, this solution has been deprecated, so please read this article with a new solution by XamBoy , Thanks 🙂 — It is very common nowadays to select images from the photo gallery in a mobile app. Right now there is a plugin on Xamarin Forms called Media Plugin https://github.com/jamesmontemagno/MediaPlugin where […]
Cool introduction page using xamarin forms
First impressions always count, and Apps are no exception. For this reason, it is important to delight users from the very beginning – to ensure that they will engage in a pleasant experience from the first moment they open it. A great way to create a positive first impression is to create an introduction page […]