Published July 05, 2017 by with 75 comments

Set Up Android Device for Xamarin Android Development

There are two different options of debugging the xamarin forms and xamarin android application.           Debugging through Real Mobile Device           Debugging with Emulator. Therefore, it is up to you which approach you chose...
Read More
Published May 30, 2017 by with 172 comments

Shared Components In Xamarin Forms

Xamarin has several cross-platform libraries available for you to use that we have  unified API for accessing platform specific features from iOS Windows Phone and Android .These are all open source and available through github which you can then use or modify however you like. There...
Read More
Published May 29, 2017 by with 18 comments

View Sizing In Xamarin Forms

Let's start with the view side of the layout negotiation and look at how a view tells a panel its preferred size and position in all three platforms . These tend to size themselves just large enough to fit around their content For example, label and button both typically size themselves...
Read More
Published May 27, 2017 by with 18 comments

Introduction to Rest Web Services in Xamarin

This is a quick introduction to some of the concepts that come up when you are doing rest-based networking. You have a lot of options when you're talking to various servers. If the server wants you to use sockets of course you can do that . If you want to use soap you can do that.  If you...
Read More