Xamarin.Forms, Akavache and I: Initial setup (new series)
I just blogged: #Xamarin.Forms, #Akavache and I: Initial setup (new series)
Caching is never a trivial task. Sometimes, we can use built-in storages, but more often, these take quite some time when we are storing a large amount of data (eg. large datasets or large json strings). I tried quite a few approaches, including:
built-in storage
self handled files
plugins that use a one or all of the above
Akavache (which uses SQLite under the hood)
Why Akavache wins
Well, the…
View On WordPress













