"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

How to dispay xml layout .

Hi,

I am new to android and vuforia . I am trying to make sample application which will recognize an image .And after recognition it  should display  xml form like layout having different buttons on it.

I am not gettting how should I do it.

Please Help!!

Thanks for the help.

 

I am trying to display  simple UI message in ImageTarget sample application.I followed the steps given in link " https://developer.vuforia.com/resources/dev-guide/android-ui-changes" . It is showing following error log

I have displayed the xml layout on camera screen.But only problem is that xml layout  get displayed before  recognizing an image. I wish to display xml layout after image recognition.But I am not gettting how to do this ?

Please help me to solve this issue.

I am still facing one problem. At initial start of application,after recognizing an image both xml layout and 2D image displays properly. But when next time I start the appplication (eg.

In my XML layout when I click on any of the button ,next android activity start. I wish to keep live camera view on when next activity starts .On front side xml layout containing description and on back side live camera view should be there.

Please tell me how to achieve it.