Hey,

I'm creating a wordsearch game on the android platform and i'm currently struggling to figure out how i'll go about selecting multiple buttons or textviews consisting of one letter to form a word. I'm using a 10x10 GridLayout and my aim would be to create something similar to this wordsearch game interface already on the market: http://www.bestofandroid.com/images/...on_sawcr_2.jpg

Would I use onTouched or onGenericMotionEvent or what? It's really confusing as to how to implement this. Also, since the board will be 10x10, that would mean having 100 different buttons so i'm going to have to set all of this up dynamically. Any help or guidance would be greatly appreciated. Cheers