Skip to content

Compile the example project

Joan edited this page Apr 6, 2014 · 9 revisions

BeyondAR repository contains a simple project to show a few things that BeyondAR can do (here the code).

The first thing that you need to know is that the example code uses a few plugins, like radar plugin or the Google Maps plugin. For the Google Maps Plugin you will need to use the google-play-services library.

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.

Clone this wiki locally