user3432019
user3432019

Reputation: 11

Can we create a google glass app without using Card?

Me and my friends are trying to work with Google Glass. We need to know whether the google glass app can be created without a card.

Upvotes: 1

Views: 75

Answers (2)

Afzaal Ahmad Zeeshan
Afzaal Ahmad Zeeshan

Reputation: 15860

Well you can create a software to run on any of the OS if they're having an API. Because API is required to understand how the OS would perform a task.

You can try out https://developers.google.com/glass/develop/gdk/ from the Google's Developer Network. They would train you in a better way.

And I am not able to understand the card part where you're trying to imply that you want to create the app without a card.

To create an app that would have more control over the Glass's hardware you can create the App using the GlassAPI (GDK). It is more like a low-level app.

On the main page, you can find out that the Glass would also use the .apk files that are used to install the application softwares on Android OS. So, coding in Android SDK and then installing the very same app on the Google Glass would also be a good idea.

Upvotes: 0

cybersam
cybersam

Reputation: 66999

Yes, you can. You can use the Glass Development Kit (GDK), an add-on to the Android SDK. See https://developers.google.com/glass/develop/gdk/.

The GDK is harder to use than the Mirror API, since you'd be writing an Android app, but it is also much more powerful than the Mirror API.

Upvotes: 2

Related Questions