How can I get the data saved in the Sqlite database and display it in a Textview by pressing the button.
Code:
package BSHELPER;
public class Usuarios {
private int idusuario,edad;
private String nombre,apellidos;
public Usu...
asked by
17.07.2018 / 02:33