Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Intent intent = new Intent (v.getContext(), actHuerta.class); startActivityForResult(intent, 0);
- Intent intentx = new Intent ( actCaptura.this, actResumen.class );
- String etiquetas = ((EditText)findViewById(R.id.etiqs)).getText().toString();
- Toast.makeText(getBaseContext(), etiquetas, Toast.LENGTH_LONG).show();
- intentx.putExtra ( "EtiquetasLeidas", etiquetas);
- startActivity(intent);
Advertisement
Add Comment
Please, Sign In to add comment