Gone Mobile
Your input and output for .NET Mobile & MAUI app development
We found 10 episodes of Gone Mobile with the tag “dotnet-maui”.
-
101: Slim Bindings
April 4th, 2024 | 52 mins 12 secs
aar, android, binding, dotnet, dotnet-maui, ios, jar, maui, sharpie, xcframework, xcode
Slim? Focused? Call them what you want, but we think this is a nice way to integrate native libraries on iOS (and android too) into your .NET MAUI app!
-
100: 100th Episode Celebration with David & Maddy!
March 29th, 2024 | 1 hr 7 mins
dotnet, dotnet-maui
Special guests Maddy Montaquila and David Ortinau join us on this very special 100th episode of the podcast to talk about past, present, and future of Xamarin and .NET MAUI
-
99: Architecting Plugins and Frameworks
March 22nd, 2024 | 1 hr 18 mins
dotnet, dotnet-maui
What does it take to build a plugin / framework / nuget /library, and why do we keep building them?
-
98: MAUI Blazor Hybrid Apps
March 15th, 2024 | 52 mins 4 secs
dotnet, dotnet-maui
When a MAUI app meets a Blazor app and they like each other very much, they make a .NET MAUI Hybrid App! We talk about what this means, the advantages, and our experiences dabbling in this area of .NET
-
97: Anatomy of the Happiest App on Earth
March 8th, 2024 | 1 hr 8 mins
dotnet, dotnet-maui
The Disney experience app is a mobile engineering marvel. Jon and Allan take a slightly less technical conversation on the anatomy of an app and geek out over the happiest app on earth.
-
96: Selling Jon on Reactive Extensions
March 1st, 2024 | 57 mins 37 secs
dotnet, dotnet-maui
Allan tries to convince Jon that he should use Reactive Extensions in his own projects more given their power and versatility in simplifying event handling and improving code readability. They discuss its benefits, challenges, and solutions, as well as its integration with .NET MAUI and Reactive UI.net.
-
95: Xamarin.Forms to MAUI
February 23rd, 2024 | 1 hr 1 min
dotnet, dotnet-maui, essentials, xamarin, xamarin.forms
A little bit about the history of Xamarin.Forms and its evolution into .NET MAUI, including new things to learn when migrating your apps, common tips, and pitfalls to avoid!
-
94: Anatomy of an App
February 16th, 2024 | 1 hr 1 min
dotnet, dotnet-maui
How do we build mobile apps? What are the various components and layers and pieces that we need to fit together to be successful in architecting a new app?
-
92: Background Tasks can be Shiny
February 2nd, 2024 | 58 mins 28 secs
dotnet, dotnet-maui, shiny
While we long for the simpler days of background services and daemons on the desktop, mobile devices can do things in the background too with a bit more work. Listen to this tell all episode on backgrounded things, Shiny, and more!
-
91: ListViews and CollectionViews
January 26th, 2024 | 1 hr 6 mins
dotnet, dotnet-maui
Displaying lists of things is foundational to mobile apps. We talk about the history and challenges of ListViews and CollectionViews as well as some alternate implementations!