Installation Environment & Library - KimKyuyeon/AR_Object_placment GitHub Wiki
Implmented With: Android Studio, Java
Installation Environment:
Android Studio: IDE for Android app development officially supported by Google. Based on IntelliJ IDEA and using Gradle build system.
Android Studio App module:
manifests: includes the file "AndroidManifest.xml"
java: Contains Java source code files, including JUnit test code.
res: Contains all non-code resources (XML layout, UI string, bitmap image, etc.)
Library:
implementation 'com.google.ar:core:1.19.0'
implementation 'de.javagl:obj:0.2.1'
implementation 'com.google.firebase:firebase-storage:19.2.0'
implementation 'com.google.firebase:firebase-auth:19.4.0'
implementation platform('com.google.firebase:firebase-bom:25.12.0')
implementation 'jp.wasabeef:glide-transformations:4.0.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'