GDK Show the Map in Google Glass - google-glass

I want to create a sample glass application using the Google Glass Development Kit.
In my activity I want to show the Google map.
How can I show the map in activity using Google Glass Development Kit?

Related

Google Glass add timeline item from companion app

I have GDK app and companion app(which runs on mobile device) both paired via Bluetooth. Now I have to send notification to glass app(want to add new timeline item) from companion app. Is it possible? If so please share idea and some sample code.
Note: I want to implemet this feature without using Mirror API.
Thanks.
Currently, the only way to add an item to the timeline is via the Mirror API.

How to start an Application on a phone with google glass

How would I send an intent or start an activity on my cell phone that my google glasses are connected to, using google glass itself. I know how to create voice commands on google glasses, but I want to start an application on my phone using the voice command software on the glasses

How to switch Google accounts on Google Glass?

I'm trying to develop for Google Glass. However I can't pair Google Glass with any of my devices (my Windows 7 laptop, my Kyocera Event Android mobile phone, and my iPhone 4S). I suspect that the problem is due to the Google Account used in the Glass is different compared to the Google Accounr I use in my other devices. However, I don't know if it is even possible to log out/switch Google account on Google glass.
I'm not sure that is the problem, but it is possible.
There is no way to switch accounts on Glass. I would suggest you make sure any pictures you have on Glass are backed up, do a system reset, and initialize it with the account used on one of the other devices.
See https://support.google.com/glass/answer/3297404?hl=en for details

Send image from Google Glass to Android phone

I would like to create an app that will show image captured from Google glass.
After I take a picture on glass I want do some image filtering on my device and show the image on some activity, after the application will send result Ok\fail back to glass.
Can It possible to create some client\server app with glass,
maybe a service on the phone that will receive the image and run activity that will send result back to glass?
code samples will be helpful.
You have noted that using the Google Mirror API to create your application is not an option for you. (There is even a sample application "add a cat to that" that will do this (here). That sample application receives a picture, adds a cat to the picture on the server side, and returns the adjusted picture to Google Glass.)
Currently direct communication between Glass and your phone (Android or IPhone) is not supported (see requested enhancement issue 272 here).
That leaves you with one design pattern available - communication through the cloud. You would need to use the Glass Developers Kit, take the picture and post to a server "in the cloud"; while your Phone app would need to be monitoring server for a new picture (or use server side code to trigger an alert to your phones application).

How I submit my glass app in google glass

I build a glass app using mirror api. Now I want to submit in google that any one can download my app from glassware.
How can I do it?
It sounds like you'd like to have your Glassware listed on MyGlass. Follow these steps:
Ensure that your Glassware adheres to all of the guidelines provided in the official documentation. Google provides a checklist that you can use.
Prepare icons and assets that will appear on Glass and MyGlass. There's a list of the icons to create here.
Fill out the distribution form to initiate the review process.
If you'd like to use any new voice commands from the "ok glass" menu, request these in a separate form.