Carousel view implementation like listview scrolling
问题 Anyone has implemented like the below carousel ? Note: The list of items should not be repeated, means should not come to first after reaching the last item. Please help me on this. [edited] I don't want to use ListView for this. anyone help me on this. Thanks... 回答1: this should get you started. Override your ListView like so: private final Transformation mTransformation; public ListView3d(Context context, AttributeSet attrs) { super(context, attrs); if (!isInEditMode()) {