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# C# 8 Community Competency convert Data 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 Started with VS App Center
There is no doubt that Microsoft’s VS App Center is an incredible resource for mobile application programmers. The problem is that it seems hard to get started. The good news is that once you get started, it turns out to … Continue reading
Posted in App Center, Essentials, Xamarin
2 Comments
Creating A Generic Report in Xamarin.Forms
I recently had a client who wanted to create simple reports that consisted of a variable number of columns, followed by a “more” button that takes you to a page with the full details. The problem was that they didn’t … Continue reading
Posted in Essentials, Xamarin, XAML
1 Comment
Building A Generic SQLite Repository
In a recent project, I found myself needing multiple, seemingly unrelated databases. It was crazy to copy and paste the code for such basic operations as getting all the data, etc., so the obvious alternative was a generic repository, and … Continue reading
MVVM Light and Xamarin.Forms
Laurent Bugnion is extremely well known and respected in the developer community. He is probably most famous for the creation of MVVM Light. Laurent works as Senior Global Azure Advocate for Microsoft after almost 10 years spent working for IdentityMine … Continue reading
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
Posted in Essentials, Xamarin
Tagged Xamarin, Xamarin.Forms
Comments Off on Getting a PDF from a remote host to a Xamarin.Forms Application
Free Recorded Webinar on Xamarin.Forms
Click image or click here
Posted in Xamarin
Comments Off on Free Recorded Webinar on Xamarin.Forms
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