ListView Example in Xamarin.Android
This post will walk you through crating a custom ListView in Xamarin.Android using list adapter. ListView is one… ..
Using SQLite.NET ORM in Xamarin Application
ORM stands for Object Relational Mapping. SQLite.NET ORM is an light weight and open source library that allows… ..
Data Storage Options in Xamarin
Most of the commercial mobile application uses local storage for large data processing and to improve efficiency. While… ..
Xamarin Learning Resources
Xamarin is a San Francisco, California based software company which provides commercial software development tools that leverage t..
Asynchronous Image Loading in Xamarin Android
This tutorial explains how to download image asynchronously in Xamarin.Android. In this example, we will downloading image using&h..
Android Login Screen Using Xamarin
In this tutorial we will see “How to create a login screen using Xamarin.Android”. This example assumes, you… ..
Creating a Splash Screen in Android Using Xamarin
In this article, we take a look into creating a splash screen in Android using Xamarin. A splash… ..
Action Bar Tabs Example in Xamarin
This example explains “How to create Action Bar Tabs in Xamarin.Android”. This example uses Fragment in combination wi..
ShareActionProvider Example in Xamarin.Android
This example explains how to implement “share action in your action bar using ShareActionProvider class”. ActionProvid..
How to Start One Activity From Another in Xamarin Android
In this example we’ll look at how to create multiple activities and communicate between them. In this example we will create two a..