You get a TabSpec instance from the host via ___________

Options
- newTabSpec()
- setContent()
- setIndicator()
- setup()


CORRECT ANSWER : newTabSpec()

Discussion Board
newTabSpec()

TabHost views represent the tab content and how the tab buttons should look like.This is all wrapped up in TabSpec objects. We get a TabSpec instance from the host via newTabSpec().


Sapna Ambadkar 03-10-2017 04:10 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement