- The android project build and files can be found under the
DemoProjects
folder. - The other files pertain to the Unity development files handling the Augmented Reality components.
- The following application consists of 6 different UI variants.
- On-screen instructions
- Dialog-driven instructions
- Dialog-driven instructions with images
- AR-supported Dialog-driven instructions
- AR-supported list view instructions
- Teaching through Dialog-driven Instructions and virtual UI
- The AR components are handled by the Vuforia SDK with Unity.
- The Dialog and Front-end components are integrated in Android Studios.
- Add appropriate user logging statement in the codebase.
- Overall integration testing of application.
- Mock user flow required.
- Run this command to enable DebugView in Firebase console:
adb shell setprop debug.firebase.analytics.app com.kohdev.AR_AI_DEV
- Run these commands to enable live logging of events:
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC