Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 2, 2018 12:47
Show Gist options
  • Save alfianyusufabdullah/f625b1c400746984862d13a583526dd9 to your computer and use it in GitHub Desktop.
Save alfianyusufabdullah/f625b1c400746984862d13a583526dd9 to your computer and use it in GitHub Desktop.
main
@Override
public void onClick(View view) {
switch (view.getId()) {
case R.id.btnLihatData:
startActivity(new Intent(MainActivity.this , ListActivity.class));
break;
case R.id.btnTambahData:
...
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment