my question is not how to fill the screen, actually my question is what is the best way to do this?. I want to fill an activity with a lot of imageviews (small), many images as will fit on each screen (resolution).
What do you think that is the best way to do this?
Example
1 Device Another Resolution Device
______________ _______________________________________
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
|************| |*************************************|
______________ _______________________________________
I don't know If I explained me well. Thank you.
COMMENT: Each * is a different imageview for example.