Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. String fortoast="Shut up is: " + Integer.toString(newrow.shutup)+"\nTime is: "+newrow.starttime+"\nTrackLength is: "+Long.toString(newrow.TrackLength)+"\n";
  2. Toast newToast=new Toast(this);
  3. newToast.setView(findViewById(R.id.btnDEBUG));
  4.  
  5. newToast.setText(fortoast);
  6. newToast.setDuration(400);
  7. newToast.show();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement