Connect to Android app
https://docs.parseplatform.org/android/guide/#getting-started
Last updated
https://docs.parseplatform.org/android/guide/#getting-started
Last updated
Parse-SDK-Android
Open your project's build.gradle
file (not the module file) and add this dependency,
Then open your module build.gradle
file and add the Parse library
(with the latest version being)
Setup Parse using your server configuration:
The custom Application
class must be registered in AndroidManifest.xml