Advertisement
Guest User

Untitled

a guest
May 17th, 2011
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.49 KB | None | 0 0
  1. package ywong02.android.HelloTabWidget;
  2.  
  3. import android.app.Activity;
  4. import android.app.TabActivity;
  5. import android.content.Intent;
  6. import android.content.res.Resources;
  7. import android.os.Bundle;
  8. import android.webkit.WebView;
  9. import android.widget.TabHost;
  10. import android.widget.TextView;
  11.  
  12. public class MyTwitter extends Activity {
  13.  
  14.     public void onCreate(Bundle savedInstanceState) {
  15.         super.onCreate(savedInstanceState);
  16.  
  17.         setContentView(R.layout.main);
  18.        
  19.     }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement