|
2 | 2 | ## Overview |
3 | 3 | This project contains the `ParseLoginUI` library for building login and signup flows with the Parse Android SDK. |
4 | 4 | You can easily configure the look and feel of the login screens by either specifying XML configurations or constructing an Intent in code. |
5 | | -To use this project with your app, you should import it as a library project in Android Studio or Eclipse. |
| 5 | +To use this project with your app, you should import it as a library project in Android Studio. |
6 | 6 |
|
7 | 7 |  |
8 | 8 |
|
9 | 9 | We also provide several sample projects demonstrating how to use the `ParseLoginUI` library. To run these |
10 | 10 | sample projects, you need to do the following: |
11 | 11 |
|
12 | 12 | 1. Clone this repository onto your machine. |
13 | | -2. Fetch the Facebook SDK Git submodule by running the following command in your local ParseUI-Android repository directory: `git submodule update --init --recursive` |
14 | | -3. Import this repository's projects with Android Studio or Eclipse. |
15 | | - 1. For Android Studio, just import your local ParseUI-Android repository directory. |
16 | | - 2. For Eclipse, import the following projects. In the Eclipse import pop-up, be sure to edit the "New Project Name" column to match each sample project's folder name as shown below (or else Eclipse will automatically use the name of the first activity in `AndroidManifest.xml` and cause name collision error "SampleProfileActivity already exists"). |
17 | | - * `ParseLoginUI` |
18 | | - * `ParseLoginSampleBasic` |
19 | | - * `ParseLoginSampleCodeCustomization` |
20 | | - * `ParseLoginSampleLayoutOverride` |
21 | | - * `ParseLoginSampleWithDispatchActivity` |
22 | | - * `facebook-sdk/facebook` |
23 | | -  |
24 | | -4. Make sure you have Android Build Tools 19.1 installed through Android SDK Manager. If you are using Android Studio, please also change <code>facebook-sdk/gradle.properties</code> to say <code>ANDROID_BUILD_TOOLS_VERSION=19.1.0</code> |
25 | | -5. Place the following in `res/values/strings.xml` of each sample project: |
| 13 | +2. Import this repository's projects with Android Studio. The project has Maven dependencies on the Facebook SDK and the Bolts framework. Android Studio automatically resolves these. |
| 14 | +3. Make sure you have Android Build Tools 21.1.1 installed through Android SDK Manager. |
| 15 | +4. Place the following in `res/values/strings.xml` of each sample project: |
26 | 16 | * Parse application id and client key |
27 | 17 | * Facebook application id |
28 | 18 | * Twitter consumer key and consumer secret |
29 | | -6. Build and run the sample project using Android Studio or Eclipse. |
| 19 | +5. Build and run the sample project using Android Studio. |
30 | 20 |
|
31 | 21 | ## Documentation |
32 | 22 | For complete details about this library project, please see our [documentation](http://www.parse.com/docs/android_guide#ui-login) on the Parse website. |
|
0 commit comments