I am learning Android. I have a problem and I can\'t solve it. I want to retrieve data from an existing database and display it in a TextView after click button
TextView
TextView tekst = (TextView) findViewById(R.id.editText1);
You cannot cast EditText to TextView.
EditText