タグ

ブックマーク / parse.com (1)

  • Parse Platform

    The Complete Application Stack Build applications faster with object and file storage, user authentication, push notifications, dashboard and more out of the box. Get Started Community Forum

    Parse Platform
    sattomi
    sattomi 2016/01/24
    “arseObject privateNote = new ParseObject("Note"); privateNote.put("content", "This note is private!"); privateNote.setACL(new ParseACL(ParseUser.getCurrentUser())); privateNote.saveInBackground();”
  • 1