문제

We load lots of data as JSON objects to some arrays in our application and this is handled while online. but now we would like to move to some kind of caching, how can we implement off line mode with Android?, is there an external storage I can write to?, there could be thousands of records.

도움이 되었습니까?

해결책

You could use the LruCache for caching objects. Here's an example on how to cache bitmaps for example.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top