Category Archives: Xamarin

Learning Xamarin–Extending 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, we extend that … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin–Extending the App

Xamarin–Converting int to string

  In yesterday’s posting, I complained that Forms do not (yet) automatically convert strings to integers (or vice versa) and thus was “forced” to declare my integer values as strings. Today, I work around that problem by implementing an IValueConverter. … Continue reading

Posted in Xamarin | Comments Off on Xamarin–Converting int to string

Learning Xamarin: Building an App

I’ve set out on an adventure; not only to learn Xamarin inside out, but to build an app, in public.  I don’t know if I’ll finish it, I don’t know if it will work, and I don’t know just how … Continue reading

Posted in Xamarin | Comments Off on Learning Xamarin: Building an App

Xamarin Storyboards and Custom Cells

In the previous posting in this series we navigated to a details page, but the display of the details left a lot to be desired.  We had a single string of information and not enough room to display it in … Continue reading

Posted in Xamarin | Comments Off on Xamarin Storyboards and Custom Cells

Xamarin Storyboards: Navigation

In the previous installment in this series, I left off with binding data. Today we take a look at page navigation and passing that data around. Navigation with Storyboards is accomplished with Segues.  This process is so easy it is … Continue reading

Posted in Xamarin | Comments Off on Xamarin Storyboards: Navigation

Xamarin iOS Storyboards: Getting Started

The first three posts in this series were all about Xamarin Forms.  That is because Forms are terrific, convenient and new.  But they are not the only game in town.  It is possible to write iOS applications using native controls … Continue reading

Posted in Xamarin | Comments Off on Xamarin iOS Storyboards: Getting Started

Xamarin Forms and Data

Xamarin happily supports two-way binding, and the mechanism will be intensely familiar to XAML programmers.  The more I work with Xamarin, the more I think this is where Silverlight went to heaven. [ This is the third in a series … Continue reading

Posted in Xamarin | Comments Off on Xamarin Forms and Data

Learning Xamarin: Forms and XAML

In my previous posting (the first in this series) I showed how to create a simple cross-platform mobile application using the new Xamarin forms.  In this posting, I will recreate that same application, but using XAML. The XAML that is … Continue reading

Posted in Xamarin | 1 Comment

Learning Xamarin–Part 1 Forms

Today I officially launch my new blog series on learning cross-platform mobile development with Xamarin.  Xamarin should be perfect for me because I really want to learn iOS and Android programming but don’t want to code in Java or (God … Continue reading

Posted in Xamarin | 2 Comments

Xamarin Redux. Watch This Space…

You may remember that I started down the path of writing about learning Xamarin for Android.  I then became “distracted” by such trivial items as work, deadlines, family, etc. but as of June 16 I return to Xamarin, both Android … Continue reading

Posted in Xamarin | Tagged | 9 Comments

Yet Another Podcast #111–Lance Bullock on Xamarin

Lance Bullock is the VP of Mobile Solutions for Falafel Software. Lance has over 20 years’ experience leading teams, architecting, and developing enterprise-level solutions for some of the world’s largest corporations. Prior to joining the Falafel team, Lance served as … Continue reading

Posted in Android, iOS, Podcast, Xamarin | Tagged | Comments Off on Yet Another Podcast #111–Lance Bullock on Xamarin

Learning Xamarin–Menus!

[Please see the Table of Contents for this series.] In this entry, I look at creating menus in an Android application. This article is available on Falafel.com here.

Posted in Android, Xamarin | Tagged | Comments Off on Learning Xamarin–Menus!