How can I implement a Sliding Tabs like in the new Google Play Store 5.0?
I have seen so much examples, but all using a "addTab" that is deprecated or not run on android 2.x. I need a example about this implementation. My Idea is that in my APP the tabs will be created in according with the information that come of my Web Service. So my APP can have 3 tabs or 40 tabs.
Here is an barebones example in the documentation: http://developer.android.com/training/implementing-navigation/lateral.html#PagerTitleStrip
Also, here is the PagerTitleStrip documentation.