How to set the background image of gridlayout for each row in android? -


i building application in wantt set each row of gridlayout different image

have array list of images file path/url , call inside getview method like

layoutname.setbackground(imagelist.get(position)); 

Comments