Android Parse Server Client

Additional

Language
Kotlin
Version
4.3.0 (Jul 18, 2020)
Created
Jul 16, 2019
Updated
Feb 6, 2021 (Retired)
Owner
Artem Fomchenkov (fartem)
Contributor
Artem Fomchenkov (fartem)
1
Activity
Badge
Generate
Download
Source code

Random Notes

About

Demo Android application for Parse test server.

Google auth

Resources

Usage

In preferences.xml replace this value to own analogue:

<string name="google_web_app_token_id">[APP_ID]</string>

Facebook auth

Resources

Usage

In preferences.xml replace this values to own analogues:

<string name="facebook_app_id">[APP_ID]</string>
<string name="fb_login_protocol_scheme">fb[APP_ID]</string>

Screenshots

How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ ./gradlew clean
$ ./gradlew build
$ ./gradlew connectedCheck

If you don't see any error messages, submit your pull request.

Contributors