i am implementing view pager and i want to put dot(.)
in the bottom instead of swipe tab. how can i do that.Thanks for help
Asked
Active
Viewed 7,030 times
12
2 Answers
8
Jake Wharton provides a lot of examples. Have you check it?
And you can take a preview installing this APK.

itzmebibin
- 9,199
- 8
- 48
- 62

M D
- 47,665
- 9
- 93
- 114
-
You have to import this Library into your eclipse. Follow this steps[http://blog.nikhilbaliga.com/2012/12/android-setting-up-viewpagerindicator.html](http://blog.nikhilbaliga.com/2012/12/android-setting-up-viewpagerindicator.html) – M D Jan 01 '14 at 08:44
3
Stinepike's answer is more appropriate for tabs.
But I think what you are trying to achieve can be done by ViewPager and Its more appropriate way considering you don't want to display the names of tabs like "tab1", "tab2" etc... but only the indicators (dots, .) In that case use viewpagerindicator with ViewPager
.
Using tabs names and indicator will be an overhead and not a proper design for an Android application.
Its an open source library
Follow the instructions from this page
https://github.com/JakeWharton/Android-ViewPagerIndicator/

johntheripp3r
- 989
- 6
- 15
-
yea you are right thats waht i want to implement. white screen at the center ho can i do that? http://viewpagerindicator.com/ – rupesh Jan 01 '14 at 07:02
-
-
-