Connect to Android app
https://docs.parseplatform.org/android/guide/#getting-started
Install Parse-SDK-Android
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)
Initialize Parse
Setup Parse using your server configuration:
MyApp.java
The custom Application
class must be registered in AndroidManifest.xml
AndroidManifest.xml
Last updated