android - Drawing a 16 * 16 Textview grid -


i creating simple word puzzle need draw 16 *16 grid of textviews.

my 2 options using layout or creating 1 programmatically. assume 1 created programmatically slow while 1 created using xml tricky create. other options have.

if has created 1 before, can share experiences ? grid alike cross word puzzle grid.

kind regards,

i suggest using xml layout. can create reusable style xml less verbose. won't complicated canvas route because each textbox own view, own handlers. canvas, have manage drawing , detecting change based on coordinates.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -