When using ListViews in Xamarin Forms sometimes we have the use case that we have a list with just a few elements, and we want to show each element with a separator line. As we know Xamarin by default set a separator line, but on iOS it is set to all rows even the one […]
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 […]