I have 3 separate projects that run independently of each other, but all three use the same underlying SQLite tables. I would like to create a new project with one activity that has an inputlist option like this:
1. DATA INPUT (will run the first application)
2. DISPLAY QUERY TABLES DATA (will run the second application)
3. GRAPH DATA (will run the third application)
I would like to keep them separate. Can I keep them separate and run anyone of the three from the master project without having to incorporate their code as activities inside this master project.
Thank you
1. DATA INPUT (will run the first application)
2. DISPLAY QUERY TABLES DATA (will run the second application)
3. GRAPH DATA (will run the third application)
I would like to keep them separate. Can I keep them separate and run anyone of the three from the master project without having to incorporate their code as activities inside this master project.
Thank you