I have seen a great user control component in an Android app. I do not know what is it. Here is a screenshot of this app:
I am interested in the user control components under the "thumb" label. What is it? I have googled already but found only the TabActivity
which is already a deprecated feature.
What do I have to use instead to make it look like the above screen-shot?
I found this blog entry about tab-controls; is this the right way for making that tab-control?
I wanna use it under Android 2.2+.