Search Results for: xamarin

Newest Pluralsight: Xamarin.Forms and Data

I’m very proud to announce my latest Pluralsight course: Xamarin.Forms and Data.   Thanks!

Posted in Essentials | Comments Off on Newest Pluralsight: Xamarin.Forms and Data

52 Weeks of Xamarin: Week 1

This launches 52 Weeks of Xamarin, an opinionated series in which I will post (at least) one instructional blog post on Xamarin a week.  In this series I’ll be talking about Xamarin.Forms as well as “Xamarin-native” iOS and Android.  We will follow … Continue reading

Posted in Xamarin | Tagged | 6 Comments

Xamarin with James Montemagno

James Montemagno is a Developer Evangelist at Xamarin and Microsoft MVP. He has been a .NET developer for over a decade working in a wide range of industries including game development, printer software, and web services. Previously, James was a professional mobile developer and has now been crafting apps using the Xamarin Platform for over 4 years. Today we discuss all things Xamarin. Xamarin Dev Days: http://www.xamarin.com/dev-days Xamarin.Forms: http://www.xamarin.com/forms Xamarin University: http://www.xamarin.com/university Xamarin Test Cloud: http://www.xamarin.com/test-cloud Plugins for Xamarin: http://github.com/xamarin/plugins James: Twitter: http://www.twitter.com/jamesmontemagno James: Blog: http://motzcod.es My Shoppe: https://blog.xamarin.com/connect-to-customers-with-my-shoppe-template-app/ Moments: https://blog.xamarin.com/build-your-own-snapchat-clone-with-xamarin.forms-and-azure/   Listen … Continue reading

Posted in Xamarin | Tagged , | Comments Off on Xamarin with James Montemagno

XAML for Xamarin

My newest Pluralsight course, XAML for Xamarin.Forms is now available.  In this course you learn everything you need to know to achieve expertise in XAML to get the most out of Xamarin.Forms.  The major topics include Getting Started Introduction to … Continue reading

Posted in Xamarin, XAML | Tagged , | 1 Comment

Lists in Xamarin Watch

Intro There is documentation and a sample on Xamarin.com to show how to add lists to a Watch application, but it can be a bit confusing, so I created a very simple example that we can walk through line by … Continue reading

Posted in Essentials | Tagged , , | Comments Off on Lists in Xamarin Watch

Modifying Xamarin Lists with Custom Controls

I was recently creating a proof of concept, which as you know should be fast and easy.  Not so much at Falafel where we like to turn out quality software that looks great, even if we’re going to throw it … Continue reading

Posted in Essentials | Comments Off on Modifying Xamarin Lists with Custom Controls

Sitecore SDK for Xamarin

Sitecore is a high-end CMS. Putting data from its databases onto a phone is suddenly very easy.  Sitecore and Xamarin recently announced the Sitecore SDK for Xamarin. This post will run through an application that handles an implicit relationship to retrieve … Continue reading

Posted in Essentials | Comments Off on Sitecore SDK for Xamarin

Xamarin.Forms: Incremental Search

I recently posted about obtaining data for purposes of creating demonstration programs.   That actually was written in service to today’s post, which will use that data to create a list of “people” and then allow you to search incrementally, as shown in … Continue reading

Posted in Xamarin | Tagged , | Comments Off on Xamarin.Forms: Incremental Search

Dialing a number using DependencyService in Xamarin.Forms

As you can probably tell from my previous posts, I love Xamarin.Forms; principally because of XAML and DataBinding.  It is just easier to create a cross-platform (iOS, Android and Windows Phone) with Xamarin.Forms than any other way. Sometimes however, you do need … Continue reading

Posted in Xamarin | Tagged , | 1 Comment

The $20,000 Xamarin Programmer

If Xamarin programing is going to be how you make your living,  then I highly recommend this list of hardware and software. iOS, OSX, Android, Windows Phone, Windows   If you are going to develop on both Mac and Windows, it is painful … Continue reading

Posted in Essentials, Opinion, Product Reviews, Xamarin | Tagged , | 1 Comment

Xamarin.Forms: Segmented Control

iOS has a very useful segmented control.   It is, essentially, a set of radio buttons that look more like an array of normal buttons…   It would be great to have this on iOS and Android, and by the … Continue reading

Posted in Xamarin | Comments Off on Xamarin.Forms: Segmented Control

Xamarin: Sliding Windows

Sliding Windows Call it a sliding window, a drawer, a hamburger; it is the latest craze in navigation.  You click on the ubiquitous icon of three lines and the page slides over to reveal… Well whatever you want.  Often it reveals … Continue reading

Posted in Xamarin | Tagged , , , | Comments Off on Xamarin: Sliding Windows