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 -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -