Guest User

Untitled

a guest
Apr 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Parse.initialize(new Parse.Configuration.Builder(this)
  2. .applicationId("YOUR_APP_ID")
  3. .server("http://localhost:1337/parse/")
  4. .build()
  5. );
Add Comment
Please, Sign In to add comment