Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package hak5.test;
  2.  
  3. import android.app.Activity;
  4. import android.os.Bundle;
  5.  
  6. public class hellocl 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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement