Answer the question
In order to leave comments, you need to log in
How to manually implement Cache in an Android application?
The application implements 2 types of storage: Database (SQLite) and settings (Preferences).
It is necessary to save the data received from the server (json) to the cache, but not to the database. It is necessary to make such functionality so that the data is cleared by third-party cleaners and by clicking on the "Clear cache" button. At the same time, so that the data in the database and Preference are saved.
The project is educational, in google I can not find anything suitable.
I need information on how to do this using sdk without third-party libraries.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question