I have a Screen that will be displayed with list of Items in GridView. I have designed as per my requirement which shows 2 columns and n number of rows.
Till Here it is ok but now there is a new requirement in which I need to show first column with Big Preview.
First Item stays here
seconditem|thirditem
fourthitem|fifthitem
Again sixthItem stays full
continues….
Is this possible in Android GridView?
Can someone help how to achieve this
Thanks in advance
Unfortunately it is not possible in
GridView,as it does not support spanning,i thinkTableLayoutfits better your case,as it supports row span.Hope that clears it out