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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -