Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oatpano/435113324f1309c5066404117d6bc0b4 to your computer and use it in GitHub Desktop.
Save oatpano/435113324f1309c5066404117d6bc0b4 to your computer and use it in GitHub Desktop.
public void onClick(View v) {
//แสดง layout progress (ควรแยกไปอีก method ชื่อว่า showLoading())
layoutForm.setVisibility(View.GONE);
layoutResult.setVisibility(View.GONE);
layoutProgress.setVisibility(View.VISIBLE);
new NetworkConnectionManager().callServer(networkCallbackListener, edUsername.getText().toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment