I have a custom DataBaseHelper class which extends SQLiteOpenHelper,which looks like this :
package com.stampii.stampii.comm.rpc; import java.io.File; impo
I think for initializing your Database you have to pass the context of the activity in which you are using it, so for used it in every activity you have to initialize in every activity. If I m wrong please let me know.