Tag Archives: Xamarin

Learning Xamarin for Android–Taking the Plunge

Today, I decided to see what would happen if I set out to write a simple program based on my knowledge of C#/.NET and the little I’ve learned so far about Xamarin and Android.  The results were, if modest, very … Continue reading

Posted in Android, Learning, Xamarin | Tagged | Comments Off on Learning Xamarin for Android–Taking the Plunge

Learning Xamarin–Spinner Control

As you may know, I have embarked on a course of learning Xamarin for Android.  Here is the Table of Contents for the blog posts to date. In today’s post, I look at adding a Spinner control to Android. 

Posted in Android, Xamarin | Tagged | 1 Comment

Learning Xamarin–Preserving State

In the previous post we looked at the Application Lifecycle.  In this post we’ll put some of that information to practical use, and create an application that preserves a little state across being Stopped.

Posted in Xamarin | Tagged | Comments Off on Learning Xamarin–Preserving State

Learning Xamarin–Application Lifecycle

As is true with iOS and Windows Phone development, you can’t get very far in Android development (with or without Xamarin) without understanding the Application Lifecycle in somewhat painful detail.  Posted here

Posted in Learning, Xamarin | Tagged | 2 Comments

Xamarin for Android #4–Weirdness Explained

The fourth in my ongoing series about learning to program Xamarin for Android is posted here.

Posted in Learning, Xamarin | Tagged | Comments Off on Xamarin for Android #4–Weirdness Explained

Xamarin for Android: Logging

In today’s entry in the Xamarin for Android series, I cover logging.

Posted in Android, Falafel Software, Learning, Xamarin | Tagged | 1 Comment

Learning Xamarin #2–Using the Genymotion Emulator

In my second installment of Learning Xamarin I discuss the wonderfully fast Genymotion emulator. 

Posted in Android, Learning, Xamarin | Tagged | Comments Off on Learning Xamarin #2–Using the Genymotion Emulator