android - Two keywords with the same data -


i'm trying have 2 keywords same result, please thanks. here's code:

if (et2.gettext().tostring().trim().equals("good evening"))                    {     tv.settext("naimbag sardam");     tv2.settext("naimbag sardam");     tv3.settext("maupay nga gab-i");     tv4.settext("maayong gabii");     tv5.settext("mayap bengi"); } 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -