We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Building Simple Chat Client with Parse (markdown)
It appears that Parse android dependencies moved. Previously mentioned ('com.parse:parse-livequery-android') is only available in version 1.0.6. When added it conflicts with main `com.github.parse-community.Parse-SDK-Android:parse` dependency.
I got error trying to import parse dependency when following instructions on this page. I fixed it by using a different Parse dependency.
Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md
There was a missing curly brace in the code example of step 13. I added it.
chat_item -> item_chat