Skip to content

Commit

Permalink
Merge pull request #154 from Jawnnypoo/master
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Jawnnypoo authored Jul 18, 2018
2 parents 1018b5d + 6be477e commit 59dda11
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Parse UI for Android
[![](https://travis-ci.org/parse-community/ParseUI-Android.svg?branch=master)](https://travis-ci.org/parse-community/ParseUI-Android) [![](https://img.shields.io/badge/license-BSD-lightgrey.svg)](https://github.com/parse-community/ParseUI-Android/blob/master/LICENSE) [![](https://jitpack.io/v/parse-community/ParseUI-Android.svg)](https://jitpack.io/#parse-community/ParseUI-Android)

[![Build Status][build-status-svg]][build-status-link]
[![License][license-svg]][license-link]
[![](https://jitpack.io/v/parse-community/ParseUI-Android.svg)](https://jitpack.io/#parse-community/ParseUI-Android)
This project contains two libraries, `login` and `widget`.

This project contains two libraries, `ParseUI-Login` and `ParseUI-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 `ParseUI-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 `ParseUI-Widget` library provides several useful UI widgets which integrate with [Parse SDK](https://github.com/ParsePlatform/Parse-SDK-Android) seamlessly.
The `widget` library provides several useful UI widgets which integrate with [Parse SDK](https://github.com/ParsePlatform/Parse-SDK-Android) seamlessly.


## Dependency
Expand All @@ -27,18 +24,18 @@ allprojects {
Then, add the library to your project `build.gradle`
```gradle
dependencies {
// for the widgets dependency
// 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](https://github.com/ParsePlatform/ParseUI-Android/wiki)
Please check the tutorial in our [wiki](https://github.com/parse-community/ParseUI-Android/wiki)

## Documentation
For complete details about this library project, please see our [documentation](https://www.parse.com/docs/android/guide#user-interface-parseloginui) on the Parse website.
For complete details about this library project, please see our [documentation](https://docs.parseplatform.org/android/guide/#user-interface) 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](https://github.com/parse-community/Parse-SDK-Android/blob/master/CONTRIBUTING.md).
Expand All @@ -52,9 +49,3 @@ We want to make contributing to this project as easy and transparent as possible
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.

[build-status-svg]: https://travis-ci.org/parse-community/ParseUI-Android.svg?branch=master
[build-status-link]: https://travis-ci.org/parse-community/ParseUI-Android

[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
[license-link]: https://github.com/parse-community/ParseUI-Android/blob/master/LICENSE

0 comments on commit 59dda11

Please sign in to comment.