问题
I'm trying to design a UI on the Android Platform (Version 4.0) which would be similar to the Cover Flow design of the Apple App Store as seen from the iPad. (Please view the attached screenshot).
![CoverFlowA][1]: http://i.stack.imgur.com/pF2EC.png
The nearest Android component to this, which I found is the StackView.
QUESTIONS: 1. Is this the Correct Android component? If not, then which one to use?
Is it possible to extend the StackView to mimic this UI?
Is there any API/Library available for this on the Android platform?
来源:https://stackoverflow.com/questions/13956086/custom-horizontal-stackview-on-the-android-platform