mostafa hashim
mostafa hashim

Reputation: 482

how to make custome Scroll for Image icons using horizontal scrollview android

I want to make custom Scroll for Image icons using horizontal scroll-view android , and zoom-in the icon that in front , and zoom-out the others like this picture enter image description here

Upvotes: 1

Views: 1049

Answers (1)

JASON G PETERSON
JASON G PETERSON

Reputation: 2223

You'll likely want to use one of the cover flow implementations on GitHub. SE answer here. You can also use the native ViewFlipper class in Android, which allows the use of a custom adapter and supports animations, etc., but it shows only one view at a time.

Upvotes: 1

Related Questions