Advertisement
Guest User

Untitled

a guest
May 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Button gumb = this.findViewById(R.id.btnAktivacijeAkt);
  2. gumb.setOnClickListener(new View.OnClickListener() {
  3. @RequiresApi(api = Build.VERSION_CODES.KITKAT)
  4. @Override
  5. public void onClick(View v) {
  6.  
  7. new MyTask().execute(LICENCE_KEY, tokenName);
  8. /* Toast toast = Toast.makeText(getApplicationContext(), "Provjera", Toast.LENGTH_SHORT);
  9. toast.show();*/
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement