I recently started a designing a new android app similar on the lines of Google Offers. I am looking to design a user interface similar to Google Offers. I have tried looking at HorizontalScrollView and ViewFlipper. Both does not give me the effect of moving across view as seen in Google Offers. Anyone have any idea on what kind of design patter would have been used in Google Offers. I am leaning towards Horizontal Scroll View but I am not able to get the same effect, is there something I am missing. I would appreciate any help on this.
Share
You’re looking for
ViewPager.Here are a few samples on implementing a
ViewPagerwith tabs:I would also look into ActionBarSherlock (there is even a
ViewPagertutorial in thedemosfolder of the download) and the compatibility libraries for usingFragments (part of theViewPager) below Android 3.0.