albersmc / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-augment-reality-framework

A framework for creating augmented reality Apps on Android

Introduction

All the pieces needed to create an augmented reality App on Android.

Details

This will walk you through creating your own augmented reality Android App using this framework.

All you have to do to display your own data in this augmented reality App is:

Extend the DataSource class to support getting information for your data.

Extend the AugmentedReality class to get the data and add it to the App. Or you could just use the Demo class and add your new data source to the existing data structure.

That's it...

In the source code I have also created an example that follows the strategy above. The files are:

  • Demo.java

  • TwitterDataSource.java

  • WikipediaDataSource.java

  • BuzzDataSource.java

  • LocalDataSource.java

You can use them as a reference to create your own augmented reality App based on this framework.

About

Automatically exported from code.google.com/p/android-augment-reality-framework

License:GNU General Public License v3.0


Languages

Language:HTML 84.5%Language:Java 15.4%Language:CSS 0.1%Language:Shell 0.0%