Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Button btnFindNearestBus = (Button)findViewById(R.id.btn_find_nearest_bus);
  2. btnFindNearestBus.setOnClickListener(new View.OnClickListener() {
  3. @Override
  4. public void onClick(View view) {
  5. showToast("Button Pressed");
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement