1. Quickstart
1.1 Requirements
Android Studio : https://developer.android.com/studio
Android SDK Platform API level 23 or higher
Architecture : armeabi-v7a, arm64-v8a
1.2. Download Sample Project
ARGear sample project is available through github link below.
git clone
git clone https://github.com/argear/argear-android-sample.git
download zip
1.3. Build And Run
ARGear sample project can be built and run as below.
1.3.1. Open sample-kotlin sample project from Android Studio.
1.3.2. Connect your Android device with USB, and select the device from Android studio.
1.3.3. Click Run button to execute the sample project.
1.4. Test ARGear Functionalities
After execution, you can test ARGear functionalities from the main screen menu.
1.4.1. Beauty
16 types of face beautification functions can be tested.
1.4.2. Filter
5 types of sample filters can be tested. More samples can be tested after purchase from Content shop(https://argear.io/shop.html).
1.4.3. Content
2D, 3D sample stickers can be tested. More samples can be tested after purchase from Content shop(https://argear.io/shop.html).
1.4.4. Bulge
6 types of bulges can be tested.
1.5. Next Step
Details of sample implementations by using ARGear SDK and its API is available from the following chapters.
Last updated