views:

20

answers:

1

Hello. I can't understand how this works in Android. I traversed samples and have no idea. For instance I need 2x2 grid view of TextView widgets. How to write needed code?

A: 

You can change the android developer example, on how to create a GridView, to meet your requirements.

Here's the full example.

Also if your beginning Android this would be a good book for you.

Adrian Faciu