How can I introduce a drawable element (in this case an image) into a java object?
In this case here:
public Receta(String nombre, String elaboracion, String dificultad, String ingredientes, Drawable imagen) {
this.nombre = nombre;...
asked by
26.10.2018 / 12:44