How can I make my page slide as the user slides finger on the screen? Any example code?
I just require the same feel as it is on my android g-phone\'s home scre
ViewPager. This would seem to have been addressed more completely after the fact:
Whether you have just started out in Android app development or are a veteran of the craft, it probably won’t be too long before you’ll need to implement horizontally scrolling sets of views. Many existing Android apps already use this UI pattern, such as the new Android Market, Google Docs and Google+. ViewPager standardizes the implementation.