Upload Bitmap Image Using HTTP Multipart in Xamarin Android
In this post, we will take a look at what are the API’s Xamarin Android facilitates to support multi part upload. For the sa..
AlertDialog and DialogFragment Example in Xamarin Android
This example explains how to create AlertDialog and DialogFragment in Xamarin Android. Android supports several different ways to..
LinearLayout Manager Tutorial in Xamarin Android
A LinearLayout manager is a most basic type of layout manager, that organizes its child views either horizontally or… ..
A Quick Introduction to View, ViewGroups and Layout Managers in Xamarin Android
Views and ViewGroups Everything that you see in an Android app is a View; buttons, labels, text boxes,… ..
Xamarin Mobile Application Development for Android – Second Edition Announced
Book titled “Xamarin Mobile Application Development for Android” – Second Edition is announced and is available ..
SharedPreferences Example in Xamarin Android
Shared preferences are persistence key/value data pairs, used to store primitive data pairs such as bool, float, int, string and l..
Serializing .NET object using JSON.NET and ContractResolver example
JSON.NET is one of the popular, advanced and high-performance JSON framework for .NET. Here in this example we will look at follow..
Consuming REST Web Service and Deserializing Response Using Json.NET in Xamarin Android
Consuming data from web services is the most common task and very integral part to most of the full-fledged mobile application. In..
Xamarin Android WebView Tutorial
In the course of this tutorial, we will take a look into using WebView in Xamarin.Android. This tutorial loads simple webpage on W..
JSON Feed Reader Application in Xamarin Android
This is an sample JSON feed reader application developed in Xamarin.Android platform. This app will fetch the recent posts&hellip..