3

I have more than 200 images, which I get from the API. I am using ViewFlipper to show slideshow. It has some fade In, Fade Out animations. It is working fine. My question is, is it good to use ViewFlipper with more than 200 images ? Won't it give memory issue ?

I also tried using SurfaceView, but I am not able to give FadeIn, FadeOut animation.

Or Is there any other way of displaying slideshow efficiently?

madhuri H R
  • 699
  • 1
  • 10
  • 26
  • try https://github.com/daimajia/AndroidImageSlider. i think dis is you want – DKV Jul 27 '16 at 07:13
  • Use `ViewPager` instead of `ViewFlipper`. Refer [this](http://stackoverflow.com/a/13265154/5744335) for more information. – Arshak Jul 27 '16 at 07:13
  • @Arshak With the viewpager I cannot get fadeIn fadeout animation. – madhuri H R Jul 27 '16 at 07:50
  • 1
    Check out these links for fade In & fade out animation for ViewPager : [link 1](http://stackoverflow.com/a/26740824/5744335) , [link 2](http://stackoverflow.com/a/26154181/5744335) @madhuriHR – Arshak Jul 27 '16 at 08:44

0 Answers0