Multiple choice What is the correct sequence to create a tab-style interface? TabHost TabWidget LinearLayout 123 321 132 312 Reveal answer Fill a bubble to check yourself C Correct answer Explanation The correct sequence to create a tab-style interface is:1.TabHost 2. LinearLayout 3. TabWidget