This is the second article of the series about Social Media Authentication. In the previous one, I showed how to integrate Facebook authentication. In this…
Category: Xamarin
About this article This article is my contribution to #XamarinUIJuly, which is basically a series of blog posts where every day of July a Xamarin…
In a previous article, I talked about how to set a pickup location with a marker. This time will add some styling to the map so…
In a previous article, I talked about how to search for places using google map APIs. Will now extend it by allowing the user to…
In a previous article, I talked about how to show a route based on two location points and simulate tracking. This time I will be…
The basics when developing a map tracking UI is showing the driver route and car position on the map. The car should move according to…
Many times is useful to have the same application installed multiple times but pointing to a different environment. There are many use cases for this…
Recently I had to generate an iOS simulator build for our QA team so that they can run automated tests. This is very handy and…
Inspired by a Xamgirl blog post about selecting multiple images from the gallery decided to do an updated version that will allow selecting multiple images…