jeudi 18 juin 2015

How open readOnly database from assets

I want opy some static info from database from assets (dont need copy on device).

How I can do it?

This code open database from inner folder:

public SQLiteHelper(Context context) {
    super(context, DATABASE_NAME, null, DATABASE_VERSION);
    this.context = context;
}

Aucun commentaire:

Enregistrer un commentaire