"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Tutorial

Hi, I'm tring to learn to create my own AR app but I'm unable to make any progress. I looked every file of the samples but I'm afraid I couldn't understand anyone. So I would like to know if there is any tutorial or somewhere where I could know what exacli I have to modify from the sample. Thanks

There isn't a tutorial, the samples stand on their own. I suggest starting with the renderFrame method in ImageTargets.cpp.

In fact I dont want to add any 3D Model to the sceen, I want just add some TextViews or something else from de Android UI. Thanks for your reply.

I was trying to create a simple TextView on my screen when a trackable appear but I couldn't.

Instead of setContentView try using addContentView. This will add the view on top of the existing views, instead of replacing them. - Kim