Database is created (and updated) using Ti.Database with titanium code. I have created an android module. Is it possible that the created android module can read the database created using titanium code (using Ti.Database)?
Basically, I want to know what would be the path for accessing the database? Titanium app name ‘testApp’ and module name is ‘testAndroidModule’.
Yes. Look at how the core module does it, and do likewise: https://github.com/appcelerator/titanium_mobile/tree/master/android/modules/database/src/java/ti/modules/titanium/database