How to avoid spacing in the start and end of Gallery
I don't want a circular gallery, but instead I don't want to show the free space in the left and right end of the gallery? Is there any possible way I can 开发者_Go百科achieve this?
I will suggest you to try HorizontalListView. Its not that good as other android components but proves to be worth in most of the cases
Horizontal ListView implementation has the following features:
Subclass AdapterView so I can make use of adapters Fast – make use of recycled views when possible Items are clickable – (accepts AdapterView.OnItemClickListener) Scrollable No center-locking
精彩评论