Start a new topic
Solved

How to save content to Android app.

Hi, I am developing an application whereby when I point the camera at certain landmarks, discount coupons of relevant businesses will pop up. 


Is it possible to save the coupons into my Android app whenever I double tap on the coupon?


Thank you in advance.

1 Comment

Hi,



that's certainly possible, but the Wikitude SDK in only concerned with recognising your landmarks, whatever they may be, and potentially drawing augmentations. What exactly happens upon recognition is part of your application layer. So that's something that you will have to implement yourself; the Wikitude SDKs do not offer any facilities for that. But you do have the option to insert custom code that is executed when a specific landmark is recognised.


- Daniel


Login or Signup to post a comment