"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

Show a dialog instead a toast

Hello

 

I'm newbie to programing in android, i'm programming an app for my final proyect with AR, it's a simple app that must show a dialog with some information, well, i think it's simple.

I already made the change to show a toast explained by Kim (ksiva) on ImageTargets. I've been reading but i don't know how to make this change, could someone please explain me? 

 

By the way, i used this topic to show the toast:https://ar.qualcomm.at/content/overlaying-android-interface-objects  

DavidBeard

Wed, 06/27/2012 - 23:59

I would recommend starting w/ the ImageTargets project and simply pasting the code in that thread into the respective methods. Be sure to compile it after each change using ndk-build from the command line.

Are you currently seeing errors, what's the problem?

Hello David

 

Thank you for reply.

Actually i already bulid and test the app showing a toast on my device, and works fine, i've been reading the code trying to understand, but i can't understand it fully, here's the code i use to make this changes: