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…
this should get you started. Override your ListView like so:
in getChildStaticTransformation you can achieve various effects (even 3d) by manipulating the matrix accordingly.
A very good tutorial (which uses another technique can be found here.