Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I implement this view in Android

Tags:

android

view

First i apologize for the question as i don't know how else to phrase it.

I saw this in an app called 'Flags of the World' The same effect is available in android 2.3 and 4.1.2 devices.

Screen Shot of the View

I tried using ViewFlipper with simple slide animation but it only shows the leaving image and the incoming image. I would like to know if this is a widget or any suggestions on how i can implement this. (three images visible with the shrinking effect)

like image 908
Deepak Avatar asked Nov 02 '22 17:11

Deepak


1 Answers

A lot of time is passed since you asked this question, but... better late than never!
There's a custom view called CoverFlow that seems to do exactly what you asked.

like image 78
Phantômaxx Avatar answered Nov 15 '22 00:11

Phantômaxx