ParseUI-Widget-Android

A library contains ui widgets for building apps with the Parse Android SDK.

License

License

GroupId

GroupId

com.parse
ArtifactId

ArtifactId

parseui-widget-android
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

ParseUI-Widget-Android
A library contains ui widgets for building apps with the Parse Android SDK.
Project URL

Project URL

https://github.com/parse-community/ParseUI-Android
Source Code Management

Source Code Management

https://github.com/parse-community/ParseUI-Android

Download parseui-widget-android

How to add to project

<!-- https://jarcasting.com/artifacts/com.parse/parseui-widget-android/ -->
<dependency>
    <groupId>com.parse</groupId>
    <artifactId>parseui-widget-android</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.parse/parseui-widget-android/
implementation 'com.parse:parseui-widget-android:0.0.2'
// https://jarcasting.com/artifacts/com.parse/parseui-widget-android/
implementation ("com.parse:parseui-widget-android:0.0.2")
'com.parse:parseui-widget-android:aar:0.0.2'
<dependency org="com.parse" name="parseui-widget-android" rev="0.0.2">
  <artifact name="parseui-widget-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.parse', module='parseui-widget-android', version='0.0.2')
)
libraryDependencies += "com.parse" % "parseui-widget-android" % "0.0.2"
[com.parse/parseui-widget-android "0.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.parse : parse-android jar 1.12.0

Project Modules

There are no modules declared in this project.

Parse UI for Android

Join The Conversation Backers on Open Collective Sponsors on Open Collective Twitter Follow

This project contains two libraries, login and widget.

The login library is used for building login and signup flows with the Parse Android SDK. You can easily configure the look and feel of the login screens by either specifying XML configurations or constructing an Intent in code.

The widget library provides several useful UI widgets which integrate with Parse SDK seamlessly.

Dependency

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Then, add the library to your project build.gradle

dependencies {
    // for the widget dependency
    implementation "com.github.parse-community.ParseUI-Android:widget:latest.version.here"
    // for the login dependency
    implementation "com.github.parse-community.ParseUI-Android:login:latest.version.here"
}

Usage

Please check the tutorial in our wiki

Documentation

For complete details about this library project, please see our documentation on the Parse website.

How Do I Contribute?

We want to make contributing to this project as easy and transparent as possible. Please refer to the Contribution Guidelines.

License

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.

com.parse

Parse Community

The complete application stack. Build applications faster with object and file storage, user authentication, dashboard and more out of the box.

Versions

Version
0.0.2
0.0.1