You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you take a look at the libs folder you will see a few jar files:
android-support-v4.jar: To support older devices (more information here)
beyondar-v#.jar: The main jar that contains all the needed information to use augmented reality.
beyondar-googlemap-plugin-v#.jar: This is the Google maps plugin used in this example.
beyondar-radar-plugin-v#.jar: This is the radara plugin used in this example.
The libs folder also contains a few .properties files, these are used to specify where are placed the jar files with the source code (in the example project they are in the sources-ext folder.
The example project uses the class CustomWorldHelper to create the a common World among all the examples.