how to use grid layout in android for fixed row and column which should be stretchable -


i working on 1 android project in want layout include 3*2 grid type structure each cell contain textview , imageview.

and imageview , textview should fill entire screen of mobile regardless of screen resolution. in other words, should stretchable. confused whether use grid layout or table layout in case. please give me best way thing.

it's better use grid view base adapter.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -