This project is used to demonstrate how AR MOD and Native app can be used together.
- Download the ARMOD-Framework(Java)
- Import ARMOD-Framework(all
*.arr
files) toARDemo/app/libs
directory. - Write your AR-MOD Token to the
ARMOD-Java-Android-Demo/ARDemo/app/src/main/res/values/strings.xml
<string name="config">{ \"engineType\": \"Native\", \"AppModel\": \"Online\", \"dashboardConfig\": { \"dashboardGateway\": \"https://phantomsxr.com/api/v2/client/getarresources\", \"exceptionCollectorUrl\": \"\", + \"token\": \"YOUR_TOKEN\", \"timeout\": 30, \"maximumDownloadSize\": 30 }, \"imageCloudRecognizerConfig\": { \"gateway\": \"\", \"maximumOfRetries\": 5, \"frequencyOfScan\": 5 }, \"customConfig\": { \"config\": \"\" }
} ``` 3. Build
If you want to learn more, please go to the documentation