top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is google glass? What all we can do with google glass?

+1 vote
417 views
What is google glass? What all we can do with google glass?
posted Feb 13, 2015 by Amit Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Google Glass is a type of wearable technology with an optical head-mounted display (OHMD). It was developed by Google with the mission of producing a mass-market ubiquitous computer. Google Glass displays information in a smartphone-like hands-free format. Wearers communicate with the Internet via natural language voice commands. Google started selling a prototype of Google Glass to qualified "Glass Explorers" in the US on April 15, 2013, for a limited period for $1,500, before it became available to the public on May 15, 2014, for the same price.

On January 15, 2015, Google announced that it would stop producing the Google Glass prototype but remained committed to the development of the product. In their eyes Project Glass was ready to 'graduate' from Google Labs, the experimental phase of the project.

enter image description here

answer Feb 16, 2015 by Manikandan J
Similar Questions
0 votes

Google and it’s products has influnced the lifetime of the user in such the way that life while not is can’t be imagine because it provide the user with the services of Google Docs, Google Spreed sheet, Drive-where you'll be able to save unlimited photos and videos, automatic virus scan, storage in Gigabytes for causing and receiving of mails. For higher and real help our technical team obtainable twenty four hours each day and seven days every week at your services and support so as to supply you most fast, reliable, trust worthy and long lasting services that you haven’t full-fledged before in your entire life. it's terribly straightforward to maneuver Google critic to a brand new iPhone by following the foremost straightforward and therefore the fast steps mentioned below:

  1. you have got to initial install the Google critic on the new device from the Play Store
  2. so as to maneuver on the various page you have got to travel through the 2 steps verification within the new device
  3. Open the critic in your device and begin with the created
  4. Scan the Barcode that you have got received and from this you'll be able to simply move Google critic into a brand new device.

If you face any problem whereas following all the steps mentioned on top of then can get help by the professionals.

+3 votes

Do Google Search API have any limit for the website like google custom search, I could not find any documentation?
Please help...

+1 vote

Our company domain is http://www.applozic.com and on searching for "applozic" in google, google is showing the results for applogic.

How to fix it?

+7 votes

I am trying to get google-geo to work, but I am seeing errors.

#!/usr/bin/ruby

require 'Google-geo'

mykey = 'blahblahblah'
addy1 = 'xxxxxxxxxxxxx' # xx, yy

geo = Google::Geo.new mykey
res = geo.locate addy1
puts res.coordinates

...and the error:

/Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- Google-geo (LoadError) from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from pdev.rb:6:in `'

Not sure why it can't load it as it's just installed. I can't get anything to work in irb either.

...