Hi i want to display the images one by one that means first i am displaying the some (5) images in a single row.when i am track that view next pair is coming.and when i click on particular image that image will be dispayed as big image in layout which is above of this single row layout.For this which layout are useful that means grid view like that.Give me some suggestions.Thanks in advance
Thaks for your response but gallary viewis ended but idon't wan't the end .At the end of time i want repeat it again for this what can i do?
sairam
2010-07-30 06:24:54
There's no Inbuilt Widget for this...You might look for Android Code For a Image Carousel...It should be easy to implement with an Adapter
st0le
2010-07-30 09:19:22
http://stackoverflow.com/questions/2854771/android-carousel-image-gallery (Here's a start)
st0le
2010-07-30 09:19:53
A:
kittu
2010-07-30 05:55:54
Thanks for your response,but in the above example i got error at " TypedArray a = obtainStyledAttributes(R.styleable.HelloGallery);" tht error is "obtainStyledAttributes is undefined fir the Image Adapter" ,what is the definition of that method.Give me some suggestions
sairam
2010-07-30 06:13:03