Accessing a project from another project

Mahares

Expert
Licensed User
Longtime User
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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…