SQLite Database in android -


Hi all,

I am noob on Android and need some help ...

/ P>

I am developing an app for which I need to write an action on an SQLiteDatabase and access it from some other activity. I am facing a problem in implementing this. Any suggestions / suggestions are how can we share databases in many activities ...?

  SQLiteOpenHelper Assistant = New SQLiteOpenHelper (reference).   

, R. String db_name, tap, 1); SQLiteDatabase db = helper.getWritableDatabase ();


Comments