Skip to content

Instantly share code, notes, and snippets.

@ishaan1995
Created February 12, 2016 07:36
Show Gist options
  • Save ishaan1995/4a69af1f4c7d898303bb to your computer and use it in GitHub Desktop.
Save ishaan1995/4a69af1f4c7d898303bb to your computer and use it in GitHub Desktop.
Parse.initialize(new Parse.Configuration.Builder(getApplicationContext())
.applicationId("myAppId")
.server("http://192.168.1.108:1337/parse/")
.build()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment