Reputation: 11
can someone please help me to solve.I m new in android studio,learning. I create an application for my own purpose with sqlite storage. I created a table in sqlite database ie, Id clockno. name age
I am creating application in android studio in java. pls help thank you.
Upvotes: 1
Views: 64
Reputation: 115
You mean like this
if (textview1.getText().toString().equals("1234")) {
textview2.setText("your wordshere");
}
Upvotes: 1