posted 11 years ago
Hello there,
i need to display a set of local images stored in drawable/assets into a grid view and should display in an imageview and should have fling/flipper property to change to next image.
I already have the code for doing this, but the images are read from sd card. But i need them to be displayed from local files in the project. i am able to display the local images in grid view but do not know how to pass and read the indexes to be handled by fling/flipper code. I'll put my code that handles flipping/fling to change to next image. This reads the images from sdcard but i need them to read from local project