Search
Welcome
-
Latest Courses
Visual Studio Mac
Click for video
Learn to Program
Click for videoC# 7 First Look
Click for Video
Your First Mobile Application With Xamarin.Forms
Click for Video Presentations
Archives
Tags
Ajax Angular Animation ASP.Net BestPractices Blend C# Community Competency convert Data Database FullStack GetStarted HVP i2WTutorial JavaScript JSON Mac migrate Mini-Tutorial Observations Open Source Opinion Patterns Pluralsight Presentations Reactive Reactive Programming ReactiveUI Review Tips Tools Video VSM WebSvc Windows Phone WindowsPhone wp7Tutorial WPFS Xamarin Xamarin.Forms Xaml XML YapCast-
Web hosting by Media Temple
License
JesseLiberty.com by Jesse Liberty is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at JesseLiberty.com.
The opinions expressed here do not necessarily reflect those of my employers, publishers or anyone else; void where prohibited, your mileage may vary, not valid in Sector C.
Category Archives: Xamarin
Getting a PDF from a remote host to a Xamarin.Forms Application
It is fairly easy to display a PDF file that is local to your phone. For example, see this article from Xamarin.com. A bit trickier is to get a PDF from a server and then to display it. Here’s how … Continue reading
Live Webinar: Building Your First Mobile Application with Xamarin.Forms
Click here to go to sign-up page Get started with mobile programming using Xamarin.Forms. Join me at our interactive webinar, Q&A and demo. I will: Help you get started with Xamarin.Forms Compare Xamarin.Forms with Xamarin Native Demo Xamarin.Forms layouts and … Continue reading
Learning Xamarin.Forms – Part 5: ListView
In Part 4 of this series we created a new Master/Detail project. In this part, we’re going to zero in on one view on one page… but what a view it is! This series is based on my Pluralsight Course: Building Your … Continue reading
Learning Xamarin.Forms – Part 3: Navigation
This series begins with an overview here In Part 2 we considered MVVM This series is based on my Pluralsight Course: Building Your First Mobile Application with Xamarin.Forms and Visual Studio 2017 Navigation Just about any serious mobile application will have … Continue reading
Learning Xamarin.Forms – Part 2: MVVM
I think many would argue that discussing MVVM is premature in part 2 of a discussion on Xamarin.Forms. My counter argument is that it is important to start out with best practices, and MVVM is the pattern of choice for … Continue reading
Learning Xamarin.Forms – Part 1 – Overview
About this series This post begins a series in which I will introduce Xamarin.Forms, put it in context and then teach all you need to know to go from absolute beginner to intermediate/advanced Xamarin.Forms programmer. I assume no prior mobile … Continue reading
File Persistence in Xamarin.Forms Apps
The goal is to persist data to a file. You might do this for any number of reasons, including storing away user-preferences or, in this case, storing away data to protect you from a crash. In this simple application we … Continue reading
Posted in Essentials, Patterns & Skills, Programming, Xamarin
1 Comment
Yet Another Podcast – #168: Greg Shackles
Greg Shackles is a Principal Engineer at Olo. He is a Xamarin MVP, Microsoft MVP, host of the Gone Mobile podcast, organizer of the NYC Mobile .NET Developers Group, author of Mobile Development with C#, and also a monthly columnist … Continue reading
Yet Another Podcast #166 – James Montemagno (Xamarin)
James Montemagno is a Principal Program Manager for Mobile Development Tools at Microsoft. Xamarin Show Merge Conflict Twitter
Adding Databound Pickers to a ListView
Databound Pickers are in much demand, and fortunately Karl Shifflett has created one that is excellent and easy to use. You add it to your program, wire up the data-binding and hey! presto! you’re in business. The tricky bit comes when … Continue reading
Posted in Xamarin
3 Comments