0

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'.

Dhairya Vora
  • 1,281
  • 12
  • 35

1 Answers1

0

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

Dawson Toth
  • 5,580
  • 2
  • 22
  • 37