I know that similar questions have been asked but I couldn't find a good awnser and I am an android beginner. I want to be able to draw houses (screenshot) during runtime. So far I have bean able to create 400 imageviews with an invisible image in them and at run-time swap the image. I feel like this is extremely inefficient and I seem to have some memory problems. The images do not need to be clickable. I couldn't find a way to add imageviews during runtime. Could I maybe utilize a gridview (seems difficult due to the structure of the board). Thank you
