I have 4 years developing in Xamarin and I really love it, but one of the things that can sometimes drive me crazy is when my Mac runs out of memory. I have a MacBook Pro with 256 hardDisk, so as you can see I don’t have a lot of space to waste. In this […]
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 […]
Common compilations problems in Xamarin and how to solve it
While using Xamarin, I have experienced a wide variety of issues, ranging from simple, to very difficult. Which sometimes can drive me crazy. These are the most common problems and how to solve it: 1-Java.exe exited with code 1. Solution: 1-Download the last version of ProGuard zip https://sourceforge.net/projects/proguard/files/ 2-UnZip the file and copy the […]
My experience at Xamarin Evolve 2016
Last year I attended the Xamarin Evolve conference in Orlando, Florida with over 1,000 people from all over the world. The event ran 4 days long, the first two days consisted of training, one of which was intensive Xamarin training, and the next 2 days were for conferences. Overall my experience during the event […]