can you help me make simple Gridview with 2 Textviews, Item is Textview 1, and SubItem is TextView 2..like this:
ITEM 1 ITEM 2
subitem1 subitem2
I have examples with ImageViews but how to accomplish this with two textviews, is there example? Should I use custom adapter or there is simpler way?