near-Ar-android

Android library for Location Reality Augmented

Summary

Development setup

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.BenCherif:near-Ar-android:Tag'
}

Code style

This project uses ktlint

This project based on ar-localizer-view-android

@netguru Thank you for your great project