A library that gives you access to the powerful Parse cloud platform from your Android app. For more information about Parse and its features, see the website and getting started.
Add the dependency in Gradle:
dependencies {
compile 'com.parse:parse-android:1.15.7'
}
Snapshots of the development version are available in jFrog's snapshots
repository.
Everything can done through the supplied gradle wrapper:
./gradlew clean jarRelease
Outputs can be found in Parse/build/libs/
./gradlew clean testDebug
Results can be found in Parse/build/reports/
./gradlew clean jacocoTestReport
Results can be found in Parse/build/reports/
We want to make contributing to this project as easy and transparent as possible. Please refer to the Contribution Guidelines.
- ParseUI for Android
- ParseLiveQuery for Android
- ParseFacebookUtils for Android
- ParseTwitterUtils for Android
Copyright (c) 2015-present, Parse, LLC.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.