Want to create apps for google glass.

梦想的初衷 提交于 2020-01-02 07:46:05

问题


I want to create a new app from the beginning in eclipse using java.

I have android sdk, Google app engine, maven with my eclipse.

Then how I start?

Google quick start tutorial is little bit clumsy.

I just want to make a timeline card and want to pass value "Hello World".

Then want to view from my Google glass.


回答1:


Update: GDK Preview 11/19/13

https://developers.google.com/glass/develop/gdk/index

And Finally: here is how to hello world in Glass..

  • Create a basic hello world apk.
  • Install the apk on glass by following this link.

The official GoogleGlassDevelopment kit is not yet available for all developers. But developers are developing in the following ways:

Google Mirror Api:

Can be developed using java, .net, php, ruby, python and google go. The developers can access the mirror API, and google servers will talk to the Glass.

This way, we cannot access the hardware features of the Glass. Mirror API is mainly to website kind of info.

Android SDK:

Developers can develop with android sdk version 15.(ICS) and run the app directly using the same tools(eclipse/ android studio). link

The hardware available:

All the above hardware can be used with the same api available in ICS and above, Except touchpad and the transparent display. For those API, we must wait till GDK releases.



来源:https://stackoverflow.com/questions/19807026/want-to-create-apps-for-google-glass

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!