Wikitude provides an array of features and extensions that allows developers to create customized AR experiences that perform at the highest level. If you want to see how you can work with this platform as Android developer, read our article on Medium: AR technology for Android - Part 2 : Wikitude SDK. In this article, you will also find a step-by-step guide to create this app using the JavaScript API provided by Wikitude SDK.
To run, add your own Wikitude License Key in values/wikitude_license_key.xml. To get a license key visit http://www.wikitude.com/developer/licenses.
<string name="wikitude_license_key">YOUR WIKITUDE LICENSE KEY</string>
Note: You cannot run this Wikitude SDK project on Android Emulator due to OpenGL restrictions. Therefore, you need to run it on your hardware connected device.
Tap DISPLAY 3D MODEL ON TARGET and point the camera to the image below.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.