Reputation: 6892
I think you mean the scrollable pager and the indicator (1, 2, 3, 4...)
If so, there are many ViewPager library available on Github. I know two of them are:
android-viewflow: https://github.com/pakerfeldt/android-viewflow
Android-ViewPagerIndicator: https://github.com/JakeWharton/Android-ViewPagerIndicator
If you want to find good Android UI library to reuse in your project, check our this "Android UI Patterns" app: https://market.android.com/details?id=com.groidify.uipatterns
Upvotes: 1
Reputation: 76458
Dashboard Layout
Tutorial:
http://www.samcoles.co.uk/mobile/android-implementing-a-dashboard-activity/
Source:
https://gist.github.com/882650
An Example:
http://code.google.com/p/iosched/source/browse/android/res/layout/activity_home.xml http://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/HomeActivity.java http://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/DashboardFragment.java
Upvotes: 2