Guest User

fragment

a guest
May 27th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. protected void onCreate(Bundle savedInstanceState) {
  2. super.onCreate(savedInstanceState);
  3.  
  4. //BugsenseHandler -> Hata izleme için.
  5. BugSenseHandler.initAndStartSession(MainActivity.this, "my_key");
  6.  
  7. this.requestWindowFeature(Window.FEATURE_NO_TITLE);
  8.  
  9. Session.init(this);
  10.  
  11. setContentView(R.layout.tabs_layout);
  12.  
  13. setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
  14.  
  15. initTabHost(savedInstanceState);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment