Displaying a list of images
I would like to display a list of images that the user can select. When the user selects a row, the row will stay highlighted. I've displayed a list of images using a ListActivity but I'm having trouble with selecting the whole row instead of just the ImageView I have in it. What's the best way to go about displaying this information? Should I use radio开发者_如何学编程 buttons instead of highlighting the row to show selection? Thanks for your help.
Question and answers are already provided here.
精彩评论