A similar question was asked here. http://stackoverflow.com/questions/8657894/android-facebook-style-slide. Unfortunately, it's not part of the standard library, and you have to recreate it by hand. There's an example using a HorizontalScrollView.
– Dongie AgnirAug 08 '12 at 05:17
1 Answers1
1
Not really a specific programming question. More like an open question. Anyways you can start by researching Fragments. Here is a link to a tutorial: Fragments.