0

how to view the layouts while swiping one layout half and another layout half should be visible .how to achieve this task?I have used view flipper and I can view next layout while swiping.But I need to see second half of first layout and first half of second layout.pls give some ideas.As shown in the first screen of the image in the link I need to view my layouts.

user977808
  • 223
  • 1
  • 2
  • 10

1 Answers1

0

You use the ViewPager for this. It can be used by include the android compatibility library which can be found in your sdk folder as a jar file. It allows to include honeycomb api's to older phones.

The actionbar sherlock project demonstrates the capability of this library.

blessanm86
  • 31,439
  • 14
  • 68
  • 79
  • actually samples from C:\android-sdk\extras\android\compatibility\v4\samples\ demonstrates it too – Selvin Oct 11 '11 at 12:20