Sandy
Sandy

Reputation: 6353

How to display only one item at a time on the screen in gallery in android?

I have a gallery, Which contains some items. I want that only one item should be display at a time on the screen other should be invisible. When user do next then only next item should be displayed on the screen. How is it possible?

Upvotes: 0

Views: 1633

Answers (1)

Tanmay Mandal
Tanmay Mandal

Reputation: 40168

I think these are available options for you

1.Use android:spacing="custopm_value dip"
2.Write a CustomGallery
3.Show an image which occupy the whole screen from the Gallery.

Upvotes: 3

Related Questions