Skip to content

Instantly share code, notes, and snippets.

@rdrobinson3
Created June 7, 2013 00:01
Show Gist options
  • Save rdrobinson3/5726075 to your computer and use it in GitHub Desktop.
Save rdrobinson3/5726075 to your computer and use it in GitHub Desktop.
private void logout(){
ParseUser.logOut();
Intent intent = new Intent(this, LoginActivity.class);
startActivity(intent);
this.finish();
}
@JCarlosR
Copy link

Hi.
I can't use the ParseUser.logOut() method, it seems that doesn't exists.
How is it possible? 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment