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
The view flipper has not such limitations. Probably the issue is that you're loading in memory all those images. Try to avoid to have more than 2 or 3 images in memory at any given time or you'll run out of RAM