in application, have static data want display in 1 screen. imported data database , added sd card. app working fine on simulator. when created cod/alx file , installed app device, db missing. can suggest way include db inside application?
include db file in project resources. in run time extract resources , save sdcard.
to extract resource use class.getresourceasstream(string name) method.
a starting point in saving files on bb guide: code sample: writing text file.
Comments
Post a Comment