Add imageViews dynamically on Android
问题 I want display images from HTML, and I get image url source using Jsoup . But, a problem is that each post has a different number of pictures. So, I can't fix the number of ImageViews in xml layout. After I researched, I know that I can create ImageViews dynamically. So, I create ImageViews and insert them into Linearlayout . But, I can only see one picture which I inserted lastly. package kr.ac.mju.hanmaeum.activity.notice; import android.content.Intent; import android.media.Image; import