Search code examples
androidparse-server

Retrieving and Sending Objects using Parse Server


I am using the Parse Server back-end with android studio and have read its developer guide; however, I'm still not totally getting it, specifically with retrieving objects. If someone could help clearing or provide a link to a good tutorial it would be great.(I learn the best through examples). I have searched YouTube and most tutorials aren't very good or only cover minimal topics on using parse. Thank you.


Solution

  • you can find an excellent android developer guide in here:

    http://parseplatform.github.io/docs/android/guide/

    During the past years i read a lot of docs from other vendor and Parse have the best docs that i ever see. There docs contain explanations with a lot of code snippets .