I am trying to create a table of images in Android. So i used table layout. The images will be added programmatically.
Now the problem is when the image size varies, the table size also changing, sometimes making the table go beyond the screen.
I need to make the table fit in the screen and the images need to scale automatically to fit in the cell.
Could some one suggest me a solution please?