Skip to content

DeepARSDK/quickstart-android-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

afc2e49 · Nov 14, 2023

History

40 Commits
Jul 17, 2023
Nov 14, 2023
Jul 17, 2023
Mar 11, 2021
Dec 5, 2019
Nov 14, 2023
Oct 16, 2023
Jul 17, 2023
Dec 6, 2019
Dec 6, 2019
Jul 17, 2023

Repository files navigation

quickstart-android-java

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/deepar-sdk/platforms/android/overview

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. 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.