So how do you check if a string has a particular word in it?
So this is my code:
a.setOnClickListener(new View.OnClickListener() { @Overri
if (someString.indexOf("Hey")>=0) doSomething();