Guest User

Untitled

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