Isn’t Google Glass development all based on REST calls to the Mirror API? If so I can’t seen any massive need for Corona to work on integration, it seems to be a simple enough setup - if you really believe Google Glass is actually going to succeed(but that’s another matter).
BTW I could be completely wrong, only had a cursory glance at the API reference guide.
Isn’t Google Glass development all based on REST calls to the Mirror API? If so I can’t seen any massive need for Corona to work on integration, it seems to be a simple enough setup - if you really believe Google Glass is actually going to succeed(but that’s another matter).
BTW I could be completely wrong, only had a cursory glance at the API reference guide.
I’ve got Glass and a couple weeks ago I was able to build apks that ran fine on Glass. Today, even sample files that used to work just fine (specifically, I was modifying Gyroscope), no longer work on Glass. I don’t think Glass has been updated since then, and the sample code is the same. Did something happen on the build side? In other words, something I can compensate for? Thanks. I know you don’t officially support Glass yet, but Corona seems like an potentially ideal development platform for creating Glass apps (basically for the same reasons it’s so good for what it’s already so good for).
Or should I move on to some other development platform?
There are two levels of programming, the Mirror API (call REST to push HTML5 “cards”) and plain’ol android (4.0.4, I think, no SDK yet). I write a bit about them here…
I just randomly selected about a dozen Corona samples (ones that don’t have buttons, tabs, etc) and pushed them over to Glass via adb.
3-4 worked, rest just a blank screen. The one I was really excited about was Gyroscope and I planned to see if I could extend it to recognize head gestures, such as nodding up and down for YES and sideways for NO. That was a couple weeks ago. Today, when I returned to this, I get the blank screen for every sample I try except Helloworld.
I don’t know what changed. Something on the build server? Something in my local development environment. Or something in Glass (it updates every 3-4 weeks or so, but I don’t think since I got Gyroscope to work (before it stopped working)).
Obviously I’m in undocumented, unsupported territory, but it would be so cool to create Glass apps with Corona!