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.

5
  • stackoverflow.com/questions/13796382/… Commented Mar 12, 2014 at 6:00
  • 1
    @Sushil gallery is decripted now Commented Mar 12, 2014 at 6:02
  • @ShakeebAyaz .. yes you are correct. it is deprecated. using View pager is a better idea. Using some opensource coverflow view is also good idea. Commented Mar 12, 2014 at 6:03
  • @Sushil I was not knowing about Coverflow.i just checked it ,its pretty interesting Commented Mar 12, 2014 at 6:07
  • @ShakeebAyaz .. yes I used a couple of them in different projects and really liked them. I will post it as answer with few links :) Commented Mar 12, 2014 at 6:16

2 Answers 2

2

You may try horizontal listview for this

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

Sign up to request clarification or add additional context in comments.

Comments

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/

2 Comments

I saw this in many app but was never able to figure it out how to so
@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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.