Category Archives: Xamarin

Learning Xamarin: Adding Photos

In this post I return to the EvalUate application I was building earlier in this series.  We’re going to add the ability to take a photo of the item you are thinking about buying.  It turns out there are a … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin: Adding Photos

I’ll be speaking at Xamarin Evolve 2014

I’m very proud to say that I’ll be presenting at Xamarin Evolve 2014, October 6-10 in Atlanta, Georgia. My session is Evolving From Web to Mobile App with Xamarin and you can read more about it on the Evolve site. … Continue reading

Posted in Xamarin | Tagged | 2 Comments

Yet Another Podcast Show 127–Laurent Bugnion, Xamarin & MVVM Light

Laurent Bugnion, Microsoft MVP, Microsoft Regional Director and Senior Director for IdentityMine, works from Zurich Switzerland where he is the author of MVVM Light, one of the premier libraries and toolkits for MVVM on all XAML systems and now Xamarin … Continue reading

Posted in MVVM, Xamarin | Tagged | 16 Comments

Learning Xamarin: Custom Controls in Xamarin Forms

Xamarin Forms are the most exciting library to come along in a long time; certainly for mobile programmers.  They bring a whole new option to cross platform development: an abstraction layer that lets you write once, and run native on … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin: Custom Controls in Xamarin Forms

Learning Xamarin: Forms and Web Viewer

In yesterday’s post we looked at using HTTP with Web Forms and creating a list of blog posts from an RSS feed. Today we’ll add the ability to tap on one entry in the list and see that blog post … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin: Forms and Web Viewer

Yet Another Podcast Show 126–Mike Bluestein from Xamarin

Yet Another Podcast returns with a great show with Mike Bluestein from Xamarin, talking about Xamarin Past, Present and Future.  Xamarin recently released Xamarin 3, and with it Xamarin Forms, greatly simplifying the process of creating cross platform applications. Xamarin … Continue reading

Posted in Podcast, Xamarin | Tagged | 1 Comment

Xamarin Forms and HTTP

Let’s say we’re building an application, and we want to list the titles and publication dates from an RSS feed.  We can do this using a ListView, but we have to get the feed, and to do that we need … Continue reading

Posted in Xamarin | 2 Comments

Sometimes you just gotta’ brag a bit…

Posted in Xamarin | Tagged | 5 Comments

Learning Xamarin: Tabbed Pages

Until now, our application has used simple “push” navigation, creating a stack that the user can pop out of to return to the calling screen.  It would be convenient, however, to add tabs to the opening screen where the user … Continue reading

Posted in Xamarin | 2 Comments

Learning Xamarin–Adding Pages

The application that I began describing here (and which is part of this series) is almost done.  Today, we’ll add a new first page to allow the user to track more than one appliance type.  This will require minor changes … Continue reading

Posted in Xamarin | 5 Comments

Learning Xamarin–Persistence with SQLite

Virtually every interesting application deals with data, and very often you want that data to survive your session with the app, so that you can return to it next time.   To accomplish this, you must write your data somewhere, … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin–Persistence with SQLite

Learning Xamarin: Tinkering with the App

This is part of the on-going series of posts on Learning Xamarin; a complete index to the series can be found here.  In the previous installment, I modified the application that I began in this posting. Today, I’m going to … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin: Tinkering with the App