Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public RadioButton nueva_tarjeta() {
  2. rb_ciudad1.setText("Hola laura");
  3. Toast.makeText(getApplicationContext(),"Hello Javatpoint",Toast.LENGTH_SHORT).show();
  4. return testButton;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement