mattrayner / cordova-plugin-vuforia

A 'simple' Vuforia based image recognition plugin for Cordova
MIT License
59 stars 39 forks source link

Mattrayner/refactor android execute function #78

Closed mattrayner closed 8 years ago

mattrayner commented 8 years ago

Description

The VuforiaPlugin.java file was getting out of control, we'd bolted a lot on to it with little to no consideration of managing the code base. I've split the file into a number of files and removed some duplication and tech debt.

How Has This Been Tested?

On an LG Nexus device running Lollipop

Types of changes

mattrayner commented 8 years ago

@dsgriffin this is mergable

dsgriffin commented 8 years ago

Fixes #61