I have this method
public ArrayList<Estadisticas> getStats(int p_id) {
String[] columnas = new String[]{"_id", "user_id", "letra", "jugadas", "errores", "acertada", "tiempo"};
Cursor cursor = this.getReadableDatabase().query("est...
asked by
28.06.2018 / 17:48