Reputation: 294
How can i implement image slider in android that shows some part of next and previous image as shown in image.
Thank you for any kind of help.
Upvotes: 0
Views: 160
Reputation: 8488
You can use some opensource Coverflow widget to accomplish your task. By this you can make it look more eye candy and can have more features.
One of them is:
https://code.google.com/p/android-coverflow/
Upvotes: 2
Reputation: 1933
You may try horizontal listview for this
https://github.com/dinocore1/DevsmartLib-Android
Upvotes: 2