getReber333
getReber333

Reputation: 21

Android Custom Tab Content

i use this code: http://code.google.com/p/android-custom-tabs/

How to each tab to add content? I want to add text or button? Unfortunately I do not find how to add information to a tab. Thanks in advance for information.

Upvotes: 1

Views: 403

Answers (2)

Shreyash Mahajan
Shreyash Mahajan

Reputation: 23606

You shoud have to make One Activity in which You are extending the TabActivity. Then Create the SubActivity for the perticular TabBar section.

See this Example: Developer Example

For More Information see this example also:Here

Hope it will help you.

Enjoy. :)

Upvotes: 1

Related Questions