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.
Asked
Active
Viewed 574 times
0
-
You can use also use ViewGrop for page swiping. see this link http://stackoverflow.com/questions/3467461/developing-an-android-homescreen – Muthukrishnan Rajendran Oct 11 '11 at 13:03
1 Answers
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