How should I manage my Sqlite database on android when I have different modules and each module has a different database?

0

I am developing an application which was extended to several modules and I divided them into different projects but they all have to communicate with each other, I have the doubt of how to manage the database part to make only a database or make a base of data in each project and another question as to how I can consult the database that is in another project while being in an external project.

    
asked by Jorge Luis Pilo Torres 18.11.2016 в 16:54
source

1 answer

0

You have to implement a proveedor de contenidos in each project. In this way the different projects can access the information you decide. Here the official documentation .

    
answered by 02.02.2017 в 15:13