Im already read about context explanation and read context in others reference on google. but im need some practical explanation about context. this script
public MySQLiteHelper(Context context) {
super(context, DATABASE_NAME, null, DATABASE_VERSION);
}
what does those context do ? why should need context need as parameter. thanks