0

enter image description here enter image description here

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.

Rhn Bhadani
  • 294
  • 14
  • 22

2 Answers2

2

You may try horizontal listview for this

https://github.com/dinocore1/DevsmartLib-Android

MohK
  • 1,873
  • 1
  • 18
  • 29
2

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/

Sushil
  • 8,250
  • 3
  • 39
  • 71
  • I saw this in many app but was never able to figure it out how to so – Shakeeb Ayaz Mar 12 '14 at 06:32
  • @ShakeebAyaz If you google, you will get few open source projects who have done good and simple implementations. You can pick one and its easy to modify as per your need. – Sushil Mar 12 '14 at 06:36