Skip to content Skip to sidebar Skip to footer

How To Use Grid Layout In Android For Fixed Row And Column Which Should Be Stretchable

I am working on one android project in which i want layout which include 3*2 grid type structure where each cell contain textview and imageview. And this imageview and textview sho

Solution 1:

It's better to use grid view with base adapter.


Post a Comment for "How To Use Grid Layout In Android For Fixed Row And Column Which Should Be Stretchable"