As for details on how to use putExtra, please have a look at the Android reference. Additionally I found this stackoverflow thread which deals with this topic. As for the strucutre of your application - you're totally free to create the app based on your requirements. The sample app is just a sample. But of course you can also use design patterns of the sample.
Greetings
Nicola
F
Florian Teissedre
said
almost 9 years ago
Hello Wikitude Staff,
I'm currently using the Wikitude SDK for a project, but I'm new with it. I tested the samples, and I have read some post on the forum.
My question is about the initialization of my project (I need the POIs with the radar and distance). I'm using the sample but I don't really think that is the good way to use the SDK.
arButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { final Intent intent = new Intent(HomePage.this, SampleCamHandlePoiDetailActivity.class);
Florian Teissedre