In our last post on Azure Storage [https://codemilltech.com/blobs-blobs-of-cheese-a-xamarinazure-storage-primer/] we looked at how to save large amounts of binary data to a BLOB from a Xamarin Forms app. We also took a quick look at what Azure Storage’s offering all provided, how to create a service account,…
3 posts tagged
Akavache
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,…