Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import android.support.v4.app.FragmentActivity;
  2. import android.os.Bundle;
  3.  
  4. public class MainActivity extends FragmentActivity {
  5.  
  6. @Override
  7. protected void onCreate(Bundle savedInstanceState) {
  8. super.onCreate(savedInstanceState);
  9. setContentView(R.layout.activity_main);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement