I m wondering how to implement gallery of screenshots like Google Play (Android Market). If i use typical Gallery, the problem is the first item of gallery is at the center(it has big big space at the beginning and the same at the end). I tried some horizontal listview
but it seem has problem with scrolling when i push my horizontal listview in another scrollview
link. In Google Play, the "gallery" doesn t have space at the beginning.
Thanks in advance.
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...