Custom Horizontal StackView on the Android Platform

你离开我真会死。 提交于 2019-12-08 07:52:42

问题


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?

  1. Is it possible to extend the StackView to mimic this UI?

  2. Is there any API/Library available for this on the Android platform?

来源:https://stackoverflow.com/questions/13956086/custom-horizontal-stackview-on-the-android-platform

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!