There are tons of questions about storing a JSON response to SQLite, but I'm looking for a framework that provides end-to-end support for:
- Requesting
JSON - Mapping it to Java classes
- Storing it to
SQLite - Querying the database that would get pulled into those same Java classes
In a sense, I'm using the SQLite as a permanent cache for the JSON requests for offline use. So far, I found Asynchronous Http Client for Android that does the JSON request portion, but there will probably be many frameworks that need to be orchestrated together, or hopefully one that does the full spectrum. Can anyone provide any advice or experiences with any custom framework(s) that can do this?
Aucun commentaire:
Enregistrer un commentaire