Embedding a Gallery into a ListView?
问题 Can anybody tell me how to embed a Gallery into a ListVview , so that I can do horizontal scrolling over images inside ListView ? 回答1: Check this post, it worked for me. My setup is as follows: I have a ListActivity that uses an ArrayAdapter to populate it with data. My XML resource list_item contains an ImageView, TextView and a Gallery. I add an OnClickListener to the row (as you normally would to handle list item clicks.) Then I set the adapter for the Gallery I add a GestureListener to