-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and install DeepAR via maven server
- Loading branch information
Showing
8 changed files
with
34 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# quickstart-android-java | ||
|
||
To run the example | ||
* Go to https://developer.deepar.ai, sign up, create the project and the Android app, copy the license key and paste it to MainActivity.java (instead of your_license_key_goes_here string) | ||
* Download the SDK from https://developer.deepar.ai and copy the deepar.aar into quickstart-android-java/deepar folder | ||
## Overview | ||
|
||
This is an example app demonstrating DeepAR SDK. | ||
|
||
- Preview of fun face filters, effects and background replacement. | ||
- Carousel with filter thumbnails. | ||
- Take screenshot. | ||
- Record video. | ||
- Front and back camera. | ||
- Source code demonstrates how to integrate DeepAR for Android in your app. | ||
|
||
For more info on DeepAR for Android see: https://docs.deepar.ai/category/deepar-sdk-for-android | ||
|
||
## How to run | ||
|
||
1. Open the project in Android Studio. | ||
2. Create a DeepAR developer account: https://developer.deepar.ai/signup. | ||
3. Create a project: https://developer.deepar.ai/projects. | ||
4. Add a Android app to the project. Note that you need to specify the `applicationId` of your app app. The `applicationId` is located in the `app/build.gradle` and in this case it is "ai.deepar.deepar_example". | ||
5. Copy the generated license key in the `MainActivity.java` instead of your_license_key_here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include ':app', ':deepar' | ||
include ':app' | ||
rootProject.name='DeepAR_Example' |