I am trying to create a word quiz game. I have a list of random words which are going to appear, and the player must arrange them correctly. Now I want to add hints. For example, if word is "School" appears, I want the hint to be "photo of school"
These are the words in the code's layout
<string-array name="words">
<item>SCHOOL</item>
<item>ABETS.BEATS.BEAST</item>
<item>ANGEL.ANGLE.GLEAN</item>
<item>COATS.COAST.TACOS</item>
</string-array>