What is the need of Context in this class.Is there any backgroud work/process it does to identify the application?
class MyDatabaseHandler extends SQLiteOpenHelper{
public MyDatabaseHandler(Context context) {
super(context, DATABASE_NAME, null, DATABASE_VERSION);
}
}
Aucun commentaire:
Enregistrer un commentaire