I am developing an application in android in which i want to show about 170 images, but i want user can view images by finger either right or left . After searching from interne
I suggest you to use Gallery (Gallery tutorial), ViewFlipper will load complete view in memory, so when you load more images it will take more memory and there is good chance for OutOfMemoryError.
For displaying Images Gallery is the best choice