Hi
First off, I have no experience with Android development and that might be why I seem to be missing some essential basic knowledge that perhaps everyone else has? ;)
In either case I'm experiencing great difficulties with figuring out how to integreate the functionality of ImageTargets into our Android app.
We have a very basic Android app with some buttons and such, developed in Eclipse, native I think is the term.
I am able to run the VuforiaSamples app, I have not succeded in setting up Cygwin so I can't go into the C++ files, but that shouldn't be a problem as I udnerstand.
My tactics at the moment is to set the Vuforia Samples App as library, then with MyApp I set the Vuforia Samples App as the library. I've imported everything that ImageTargetRenderer.java also does, I¨ve done this in MainActivity.java. But I can't import everything.
The closest I've found to help me is this: https://developer.vuforia.com/resources/dev-guide/image-targets-feature
But I lack the basic understanding of how to integrate Vuforia to my app, what should I import where? How do I set up so it can begin to track?
All I want it to do is to track an image target and tell the rest of our app the distance to that target (the distance calculation I did get to work with some help :) ).
You're welcome. Happy learning :-)