Skip to content

Commit 59dda11

Browse files
authored
Merge pull request #154 from Jawnnypoo/master
Update README
2 parents 1018b5d + 6be477e commit 59dda11

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

README.md

+7-16
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Parse UI for Android
2+
[![](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)
23

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

7-
This project contains two libraries, `ParseUI-Login` and `ParseUI-Widget`.
6+
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.
87

9-
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.
10-
11-
The `ParseUI-Widget` library provides several useful UI widgets which integrate with [Parse SDK](https://github.com/ParsePlatform/Parse-SDK-Android) seamlessly.
8+
The `widget` library provides several useful UI widgets which integrate with [Parse SDK](https://github.com/ParsePlatform/Parse-SDK-Android) seamlessly.
129

1310

1411
## Dependency
@@ -27,18 +24,18 @@ allprojects {
2724
Then, add the library to your project `build.gradle`
2825
```gradle
2926
dependencies {
30-
// for the widgets dependency
27+
// for the widget dependency
3128
implementation "com.github.parse-community.ParseUI-Android:widget:latest.version.here"
3229
// for the login dependency
3330
implementation "com.github.parse-community.ParseUI-Android:login:latest.version.here"
3431
}
3532
```
3633

3734
## Usage
38-
Please check the tutorial in our [wiki](https://github.com/ParsePlatform/ParseUI-Android/wiki)
35+
Please check the tutorial in our [wiki](https://github.com/parse-community/ParseUI-Android/wiki)
3936

4037
## Documentation
41-
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.
38+
For complete details about this library project, please see our [documentation](https://docs.parseplatform.org/android/guide/#user-interface) on the Parse website.
4239

4340
## How Do I Contribute?
4441
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).
@@ -52,9 +49,3 @@ We want to make contributing to this project as easy and transparent as possible
5249
of patent rights can be found in the PATENTS file in the same directory.
5350

5451
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.
55-
56-
[build-status-svg]: https://travis-ci.org/parse-community/ParseUI-Android.svg?branch=master
57-
[build-status-link]: https://travis-ci.org/parse-community/ParseUI-Android
58-
59-
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
60-
[license-link]: https://github.com/parse-community/ParseUI-Android/blob/master/LICENSE

0 commit comments

Comments
 (0)