Skip to content

Instantly share code, notes, and snippets.

@junojisan
Created April 12, 2014 13:31
Show Gist options
  • Save junojisan/10535984 to your computer and use it in GitHub Desktop.
Save junojisan/10535984 to your computer and use it in GitHub Desktop.
@Override
public void onLoadFinished(Loader<PartnerConnection> loader, PartnerConnection connection) {
this.connection = connection;
if(connection == null){
Toast.makeText(this, "ログインに失敗しました。", Toast.LENGTH_SHORT).show();
}else{
Toast.makeText(this, "ログインに成功しました。", Toast.LENGTH_SHORT).show();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment