Created
January 2, 2018 12:47
-
-
Save alfianyusufabdullah/f625b1c400746984862d13a583526dd9 to your computer and use it in GitHub Desktop.
main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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