How do I add a column in the database of my android java application without losing the data from the current database?
My code:
public DataBaseHandler(Context context) {
super(context, DATABASE_NAME, null, DATABASE_VERSION);
}
// Creatin...
asked by
31.05.2014 / 00:30