11

We want to create a screen which should have different list views and the user can slide (Left or right) to view another list view (just like in TweetDeck and in home screen on some Android OS version). There is also a list of dots which identify how many list views are there.

Please refer to the screen shot. alt text

Thanks in advance, Afzal.

Afzal
  • 357
  • 4
  • 12

2 Answers2

13

Found it: http://code.google.com/p/deezapps-widgets/

Works like a charm.

Thank you.

Afzal
  • 357
  • 4
  • 12
5

In fact this control called ViewPager, now is supported by Android. You can check a compatibility package name android-support-v4.jar.

Some nice ViewPager samples with indicator is:

P/s: Checkout my app: Android UI Patterns (https://market.android.com/details?id=com.groidify.uipatterns) for more nice UI Patterns.

anticafe
  • 6,816
  • 9
  • 43
  • 74