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?