Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Intent i=new Intent(getApplicationContext(),GuardarDatos.class);
  2.  
  3. intent.putExtra("dato", EditText.getText.toString());
  4. startActivity(i);
  5.  
  6. String valor = getIntent().getStringExtra("dato");
  7.  
  8. TextView.setText("dato");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement