I am developing a Speech calculator in Android in Java.
How do I read every word in a textview and put it in an if else condition.
So if the words are "five plus two", each word will go into the condition if "five" then textview2 = 5 then read the next word: if "plus" then textview2 = 5 + ...
(then I will do the calculations in the end.)
Never studied Mobile Applications, also I don't even know the logic of Java.