Advertisement
armadiazrino

Untitled

Feb 11th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. TextView tvNama = findViewById(R.id.tv_nama);
  2. TextView tvGender = findViewById(R.id.tv_gender);
  3. TextView tvHobi = findViewById(R.id.tv_hobi);
  4. TextView tvJenjang = findViewById(R.id.tv_jenjang);
  5. TextView tvEmail = findViewById(R.id.tv_email);
  6. TextView tvTglLahir = findViewById(R.id.tv_tgl_lahir);
  7. TextView tvAlamat = findViewById(R.id.tv_alamat);
  8. TextView tvNoHp = findViewById(R.id.tv_no_hp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement