The ________________ class provides a way to use a fragment to display the content for each tab.
Answer: TabManager
Learn More :
Android Chapter 14
- The class for a custom adapter that extends the BaseAdapter class can supply the data for the
- To add the TabManager library to your project, copy the TabManager.jar file to the _________________ directory for your project. Then, make sure the project inlcudes a dependency for the .jar files in this directory.
- When the layout for a ListView widget contains complex widgets such as a check box, you code a class that extends the layout. This allows you to
- Within the class for a fragment, you can use the ________________ class to get the tag for the current tab.
- Within the class for an activity, you can use a/an ________________ object to add one or more tabs.
- Within the class for a fragment, you can use a custom _________________ to display appropriate data for the current tab.
- It is considered a best practice to use the ________________ class to display tabs and tab content.