I am developing Android 3.1 and higher.
I have the following packages:

es.viacognita.modelscontain classes for storing data retrieved using the web service. When I get all the web service data, I need to insert it into the database.
So that everything was correct, I decided to use the DAO template, but I do not know how to do it.
If I use the DAO pattern, can I use classes es.viacognita.models? I think these classes will be DAO classes, right?
Where do I need to implement inserts, updates, or delete? in DBManagerclass?
source
share