You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Add the following to your `AndroidManifest.xml` within the `<application></application>` section. You can see a complete example in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic/AndroidManifest.xml).
43
+
5. Add the following to your `AndroidManifest.xml` within the `<application></application>` section. You can see a complete example in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic/src/main/AndroidManifest.xml).
44
44
45
45
<activity
46
46
android:name="com.parse.ui.ParseLoginActivity"
@@ -63,7 +63,7 @@ To run our sample apps, you need to import this repo as a standalone Gradle proj
63
63
For an example of setting up Facebook and Twitter integrations, please see `AndroidManfest.xml` and `res/values/strings.xml` in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic).
64
64
65
65
## Documentation
66
-
For complete details about this library project, please see our [documentation](https://www.parse.com/docs/android_guide#ui-login) on the Parse website.
66
+
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.
67
67
We'll discuss some highlights here.
68
68
69
69
To start the login flow from your own activity, you launch the `ParseLoginActivity` with two lines of code:
@@ -81,7 +81,7 @@ This library is ultra-customizable, allowing you to configure the login experien
81
81
As shown in the Getting Started section, you can directly configure the login experience through the activity
82
82
meta-data in `AndroidManifest.xml`.
83
83
84
-
Please see the [Parse website](https://www.parse.com/docs/android_guide#ui-login) for additional documentation.
84
+
Please see the [Parse website](https://www.parse.com/docs/android/guide#user-interface-parseloginui) for additional documentation.
85
85
86
86
## Contributing
87
87
See the CONTRIBUTING file for how to help out.
@@ -94,8 +94,7 @@ copy, modify, and distribute this software in source code or binary form for use
94
94
in connection with the web services and APIs provided by Parse.
95
95
96
96
As with any software that integrates with the Parse platform, your use of
97
-
this software is subject to the Parse Terms of Service
98
-
[https://www.parse.com/about/terms]. This copyright notice shall be
97
+
this software is subject to the [Parse Terms of Service](https://www.parse.com/about/terms). This copyright notice shall be
99
98
included in all copies or substantial portions of the software.
100
99
101
100
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0 commit comments