All Projects → stenbln → Vuforia-Samples-Android-Studio

stenbln / Vuforia-Samples-Android-Studio

Licence: other
This is a Vuforia Samples App for Android Studio.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Vuforia-Samples-Android-Studio

Android-Developer-Roadmap
Ruta de aprendizaje desde cero para convertirte en Android Developer
Stars: ✭ 350 (+1300%)
Mutual labels:  android-studio
android-clean-code
Writing Clean Code in Android
Stars: ✭ 22 (-12%)
Mutual labels:  android-studio
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+568%)
Mutual labels:  android-studio
Sarrafi
💵 Exchange price application for android
Stars: ✭ 49 (+96%)
Mutual labels:  android-studio
WisataPurwakarta
Sample Aplikasi Wisata
Stars: ✭ 18 (-28%)
Mutual labels:  android-studio
Kotlin-Android-Studio-Templates
Kotlin Android Studio Templates - A collection of templates in Kotlin
Stars: ✭ 30 (+20%)
Mutual labels:  android-studio
android-studio-docker
Docker image with GUI with preinstalled Android Studio 3.0
Stars: ✭ 33 (+32%)
Mutual labels:  android-studio
Rainbow-Wifi-Hack-Utility-Android
The program implements brute Wi-Fi network method on platform Android
Stars: ✭ 39 (+56%)
Mutual labels:  android-studio
T0rlib4Android
A minimal android controller library for Tor
Stars: ✭ 25 (+0%)
Mutual labels:  android-studio
Androapps
Important Android projects to learn fundamentals of android development
Stars: ✭ 48 (+92%)
Mutual labels:  android-studio
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (+0%)
Mutual labels:  android-studio
pdftron-android-samples
PDFTron Android Samples
Stars: ✭ 30 (+20%)
Mutual labels:  android-studio
AndroidToRN
原生android中嵌入React Native
Stars: ✭ 95 (+280%)
Mutual labels:  android-studio
SMACK-API-Android-Demo
A demo XMMP android application using Android studio with SMACK Library
Stars: ✭ 41 (+64%)
Mutual labels:  android-studio
tools-sample
Collection of examples on how to improve preview of your layout
Stars: ✭ 20 (-20%)
Mutual labels:  android-studio
JetStory
JetStory is an open source android app made to help you spend your waiting time reading stories that have similar length to your available time.
Stars: ✭ 20 (-20%)
Mutual labels:  android-studio
Recognize-Face-on-Android
This is an Android face recognize application that based on tensorflow , you can develop it with Android Studio
Stars: ✭ 20 (-20%)
Mutual labels:  android-studio
LiveData-DataBinding-Kotlin
Sample to practice LiveData + DataBinding
Stars: ✭ 89 (+256%)
Mutual labels:  android-studio
Take-Notes
Huge Assignments to Write with only a little time in Hand?
Stars: ✭ 17 (-32%)
Mutual labels:  android-studio
CMPLR
A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tumblr application , But a little prettier than him 😉
Stars: ✭ 14 (-44%)
Mutual labels:  android-studio

Vuforia-Samples-Android-Studio

This is a Android Vuforia Samples App ported from Eclipse to Android Studio.
It is supposed that you already have Android SDK installed.

Instructions:
1.Clone this repo
2.Obtain your Vuforia license key at https://developer.vuforia.com/targetmanager/licenseManager/licenseListing
3.Paste the key in "SampleApplicationSession.java" file which is located in your project under
app/src/main/java/com.qualcomm.vuforia.samples/SampleApplication/SampleApplicationSession in line 347
paste it between the "" as the third parametar:
Vuforia.setInitParameters(mActivity, mVuforiaFlags, "");
4. Open the project in Android Studio
5. Click Build ->Clean Project
6. Click Build ->Rebuild Project
7. Click Run -> Run
8. Choose your device from the list (Note: Run on the real device and not on the emulator because you need a camera)

Hope it can Help! Cheers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].