Can any one tell me what is this photo effect called. And I would like to know how to create an adapter for this attached image effect.
@Edited: This is a sample photo o
I think the market app is done using a ViewPager and each page contains a RelativeLayout
or LinearLayout
. For making a metro like interface, a GridView
for each page is more suitable.
page 1 page 2 page 3
________________________________________________
| | | |
| | | |
| GridView | GridView | GridView |
| | | |
| | | |
| | | |
| | | |
| | | |
-------------------------------------------------
Here you will find some links to ViewPager tutorials
Another one here
You can even use a OverScroller to give it an elastic effect while scrolling.