Skip to content

Instantly share code, notes, and snippets.

@ayushhgoyal
ayushhgoyal / DatabaseHandler.java
Last active February 1, 2018 03:49
This can be used to handle external sqlite database in android. Just edit the name of database, and create your own methods with openDB() and closeDB()
/**
* This file is taken from
* https://github.com/rbochet/External-SQlite-database/blob
* /master/src/fr/stackr/android/externaldb/DataBaseHelper.java
*
* @author [email protected]
*
*/
public class DataBaseHelper extends SQLiteOpenHelper {