为某些EditTexts设置特定输入,并在Android中的TextView中单击按钮上显示结果

时间:2014-12-27 07:14:56

标签: android input android-edittext textview onclicklistener

我正在尝试使用5个EditTexts和Android中的Button进行测验。使用onClickListener单击Button后,我想在具有特定颜色的每个EditTexts下的TextView或Image中显示正确或错误的答案。

我对代码的想法如下:

EditText1 =>设置指定的输入(userInput.contains(“elephant”)) EditText2 =>设置指定的输入(userInput.contains(“lion”))

为Button =>设置onClickListener; *如果EditText1包含“elephant”=> textView1设置文字:正确!否则:设置文字:错了!再试一次!

*如果EditText2包含“lion”=> textView2设置文字:正确!否则:设置文字:错了!再试一次!

我想在一个按钮点击中为每个文本视图中的所有edittexts答案。

先谢谢。

0 个答案:

没有答案