johankson / flipper

Control library for Xamarin Forms
MIT License
13 stars 3 forks source link

Cache images to disk #4

Open johankson opened 9 years ago

johankson commented 9 years ago

Images that are "out of scope", that is about 5-6 swipes away. Those must be persisted to disk on each platform. The list of URLs should still remain in memory.

We will not introduce IoC at the moment since we haven´t figured out all the details around how we want it to work.