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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -