Suppose I have multiple images in drawable folder(ex-8 images). I want to show all these images in a imageView one after another with left to right flip effect repeatedly(
Use Gallery View in your app . Follow this tutorial
http://www.androidinterview.com/android-gallery-view-example-displaying-a-list-of-images/
hope this will help you friend :)