java - Should.I use listview or listactivity -


i have 3 images in view , want display list upon selecting of images. upon selecting image list shows adjacent image selected. 1 list can show @ time, if list visible next 1 image , image selected new list built next selected image , existing list disappears.

the lists built using arrays.

should use listview or listactivity. or might there better approach doing this.

thanks,

you can use recyclerview list mentioned problem


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -