I have a list of images like this
public Integer[] mImageIdsen = {
R.drawable.small,
R.drawable.small,
R.drawable.small,
R.drawable.small,
R.drawable.small,
R.drawable.small};
and I want to show it in a linear vertical layout which is in a scrollview.
How can I assign this images to the vertical scroll list?
I can’t put the xml code.
Apply scroll for parent layout in which u want to add your images vertically.