I’m Speaking! I’m extremely honored and couldn’t be happier to announce that I’m speaking not only once… but twice at That Conference this August in Wisconsin Dells! Session One – Apple Watch Development: The Bear Essentials In the first session on Tuesday, August 11, I’m joining…
Matthew Soucoup
Matthew is a Sr Cloud Developer Advocate at Microsoft and a Pluralsight author from Seattle by way of Madison, WI. He ❤️s 📱 & ☁️ development and Wisconsin craft 🍺 and 🧀.
Aka Awesome Refactored
In the last post [https://codemilltech.com/akavache-is-aka-awesome/] we talked about Akavache and frankly how awesome it is. In this post we’re going to take a simple Xamarin Forms application which uses a “home grown” caching mechanism and refactor it into one which uses Akavache. We’ll see how…
Akavache is AKA Awesome!
In the last post [https://codemilltech.com/cold-hard-data-cache-or-saving-our-users-money/] we covered how to implement data caching in a cross platform application using Xamarin. And we also showed why providing a data cache to the users of our mobile applications is important. Why caching is important * Network resiliency * Perceived app performance However,…
Cold Hard Data Cache - Or Saving Our Users Money!
After that last post on SQLite [https://codemilltech.com/artisanal-cross-platform-data-persistence-a-sqlite-sqlite-net-primer/] , let’s explore one of the best things we can do with persisted data for the users of our mobile applications … provide a cache of data. And even better … the data cache that we’re going to give them is…
Artisanal Cross Platform Data Persistence - A SQLite & SQLite.Net Primer
Hola and bon jour – my name is Rueben and I painstakingly handcraft local artisanal custom software. Hi – my name is Matt and I’m going to translate Rueben’s hipster speak into normal English. He means when you hire him to create an app, he camps out in your backyard…
Cross Platform Preprocessor Directive Blues - Or Finding Cheer With Shared Projects
(Ba ba… ba bump) From the day I was born (Ba ba… ba bump) I was writing cross platform apps utilizing Shared Projects code (Ba ba… ba bump) Then I started adding platform specific features (Ba ba… ba bump) And my code became a mess of hash codes and everything…