Guest User

Untitled

a guest
Jan 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. package a.b.c;
  2.  
  3. import android.app.Activity;
  4. import android.os.Bundle;
  5.  
  6. public class HelloActivity extends Activity {
  7.     /** Called when the activity is first created. */
  8.     @Override
  9.     public void onCreate(Bundle savedInstanceState) {
  10.         super.onCreate(savedInstanceState);
  11.         setContentView(R.layout.main);
  12.        
  13.     }
  14. }
Add Comment
Please, Sign In to add comment