Skip to content

Instantly share code, notes, and snippets.

@nitindhar7
Created January 31, 2012 03:28
Show Gist options
  • Save nitindhar7/1708567 to your computer and use it in GitHub Desktop.
Save nitindhar7/1708567 to your computer and use it in GitHub Desktop.
Fragment - basic tab activity
public class TabTutorialActivity extends TabActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment