[Solved] Android slide over letters to create a word [closed]
[ad_1] Here some advice you can use: First for each cell you can create an object that represents the state of that cell: class Cell { char mChar; int row,column; boolean isSelected; } then you can create a 2D array of your cells Cell[][] mTable = … For views you have a lot of options: … Read more