2

I want to implement "SplitView" on Android phone (not tabled) like new YouTube app.

Youtube app splitview

Any ideas how do it?

Alexey Zakharov
  • 24,694
  • 42
  • 126
  • 197
  • 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 Agnir Aug 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.

Hope that helps.

0gravity
  • 2,682
  • 4
  • 24
  • 33