Is it possible to create the database in sdcard. If possible please tell m some tutorials.
I know how to create database locally.
I am searching in internet, but I am not getting proper tutorials.
Is it possible to create the database in sdcard. If possible please tell m
Share
SQLiteDatabase.openOrCreateDatabase(String path, SQLiteDatabase.CursorFactory factory)will create a database in any folder you like (and have permission to write in).Barry