The 10 biggest announcements from Google I/O 2016
.m-privacy-consent {
background-color: rgba(60, 60, 60, 0.95);
bottom: 0;
color: white !important;
font-size: 17px !important;
font-weight: normal !important;
line-height: 1.5em !important;
left: 0;
position: fixed;
right: 0;
z-index: 5000001;
}
.m-privacy-consent__inner {
margin: 0 auto;
max-width: 800px;
padding: 30px;
}
.m-privacy-consent__inner a {
color: white !important;
font-weight: bold;
text-decoration: underline !important;
}
.m-privacy-consent__inner a:hover {
color: #ccc !important;
}
.m-privacy-consent__inner button {
background-color: #e5127d;
border: 1px solid white;
color: #ffffff;
display: block;
font-weight: bold;
height: 46px;
line-height: 46px;
padding: 0 2em;
margin: 0 auto;
min-width: 200px;
}
.m-privacy-consent__inner button:hover {
background-color: #b60e63;
}
.m-privacy-consent__inner button:disabled {
background-color: #888;
}
.m-privacy-consent__button-content {
align-items: center;
display: flex;
height: 100%;
justify-content: center;
width: 100%;
}
@media(max-width: 500px) {
.m-privacy-consent {
font-size: 14px !important;
}
}
/* spinner animation */
.m-privacy-consent__hourglass,
.m-privacy-consent__hourglass:after {
border-radius: 50%;
width: 20px;
height: 20px;
}
.m-privacy-consent__hourglass {
display: none;
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 3px solid rgba(255, 255, 255, 0.2);
border-right: 3px solid rgba(255, 255, 255, 0.2);
border-bottom: 3px solid rgba(255, 255, 255, 0.2);
border-left: 3px solid #ffffff;
margin-right: 1em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
button:disabled .m-privacy-consent__hourglass {
display: block;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
(function() {
var cbAdded = 0;
var cbComplete = 0;
var appDomains = ["https://auth.voxmedia.com/services/privacy_consent"];
function hex(size) {
var crypto = window.crypto || window.msCrypto;
var str = "";
if (crypto) {
var arr = new Uint8Array(Math.ceil(size / 2));
crypto.getRandomValues(arr);
str = .map.call(arr, function(b) { return ('0'+b.toString(16)).slice(-2) }).join('');
} else {
for (var i=Math.ceil(size / 11); i > 0; i-=1) {
str += Math.random().toString(36).substr(2);
}
}
return str.substr(0, size);
}
function setCookie(name, value, days) {
var cookie = [name +'='+ (value || '')];
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days*24*60*60*1000));
cookie.push('expires=' + date.toUTCString());
}
cookie.push('path=/');
document.cookie = cookie.join('; ');
}
function addCallback(fn) {
cbAdded += 1;
return fn;
}
function done() {
cbComplete += 1;
if (cbAdded === cbComplete) {
location.reload();
}
}
document.querySelector('#accept-privacy-consent').addEventListener('click', function(evt) {
evt.preventDefault();
this.setAttribute('disabled', 'disabled');
var continentCode = document.cookie.match(/_chorus_geoip_continent=([^;]+)/i) || ;
var existingConsent = /_chorus_privacy_consent=d{13}-w{32};/.test(document.cookie);
if (existingConsent) return done();
var token = Date.now() +'-'+ hex(32);
var pickup = document.querySelector('#phonograph-pickup');
setCookie('_chorus_privacy_consent', token, 365 * 20);
appDomains.forEach(function(url) {
var img = document.createElement('img');
document.body.appendChild(img);
img.onload = img.onerror = addCallback(done);
img.src = url+'?token='+token;
});
if (pickup) {
pickup.async = true;
pickup.onload = addCallback(function() {
phonographEvents.push(['privacy_consent', { token: token, geoip_continent: continentCode[1], callback: done }]);
})
pickup.src = pickup.getAttribute('data-src');
} else {
addCallback(done)();
}
})
})();
Menu
Previous Story
Things Google Home looks like
Next Story
Google Daydream's VR controller is perfect for flipping pancakes on the beach
@font-face{font-family:'verge-font-icons';src:url("/fonts/verge-font-icons/verge-font-icons.eot");src:url("/fonts/verge-font-icons/verge-font-icons.eot#iefix") format("embedded-opentype"),url("/fonts/verge-font-icons/verge-font-icons.woff") format("woff"),url("/fonts/verge-font-icons/verge-font-icons.ttf") format("truetype"),url("/fonts/verge-font-icons/verge-font-icons.svg#verge-font-icons") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"verge-font-icons";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin:0;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-cog:before{content:'e800'}.icon-pencil:before{content:'e801'}.icon-left-open:before{content:'e802'}.icon-right-open:before{content:'e803'}.icon-search:before{content:'e804'}.icon-menu:before{content:'e805'}.icon-cancel-circled:before{content:'e806'}.icon-bold:before{content:'e807'}.icon-mail:before{content:'e808'}.icon-twitter:before{content:'e809'}.icon-arrow-left:before{content:'e80a'}.icon-arrow-right:before{content:'e80b'}.icon-italic:before{content:'e80c'}.icon-strike:before{content:'e80d'}.icon-stop:before{content:'e80e'}.icon-list-bullet:before{content:'e80f'}.icon-list-numbered:before{content:'e810'}.icon-picture:before{content:'e811'}.icon-link:before{content:'e812'}.icon-quote-left:before{content:'e813'}.icon-down-open:before{content:'e814'}.icon-up-open:before{content:'e815'}.icon-ok:before{content:'e816'}.icon-star:before{content:'e817'}.icon-reply:before{content:'e818'}.icon-flag:before{content:'e819'}.icon-minus-squared:before{content:'e81a'}.icon-thumbs-up:before{content:'e81b'}.icon-plus:before{content:'e81c'}.icon-spin5:before{content:'e81d'}.icon-arrows-cw:before{content:'e81e'}.icon-verified-badge:before{content:'e81f'}.icon-up:before{content:'e820'}.icon-gplus:before{content:'e821'}.icon-linkedin:before{content:'e822'}.icon-rss:before{content:'e823'}.icon-twitter-large:before{content:'e824'}.icon-facebook:before{content:'e826'}.icon-pinterest:before{content:'e827'}.icon-whatsapp:before{content:'e828'}.icon-tumblr:before{content:'e829'}.icon-instagram:before{content:'e82a'}.icon-eye:before{content:'e82b'}.icon-youtube-play:before{content:'e82c'}
- Tech
- Android
- Google I/O 2018
The 10 biggest announcements from Google I/O 2016
81
At I/O this year, Google displayed its vision for a more ubiquitous and conversational way of interacting with technology. Its Assistant is chattier, answering natural language queries with a more human voice, and it’s found its way into several new Google products: the messenger Allo and the Echo-like speaker Home. Both are areas where other companies have a lead, but Google’s strength in AI gave these services some nice twists, doing things like automatically generating surprisingly specific reactions to photos.
Google also announced improvements to Android — though N, out of beta this summer, still needs to be named — as well as a mobile VR platform that will come with the new OS. There’s a FaceTime rival Duo as well, and a way to run Android apps without downloading anything. Below are the 10 biggest announcements.
Google has a new VR platform
Google has two new messaging apps
More assistants in more places
Android keeps getting bigger
What does it all mean?
Seeing these products through won’t be easy. VR, messaging, and smart assistants are three of the hottest areas of tech; today, Google took big swings at all of them. The demos were impressive, especially where the intelligence of its Assistant was on display, but the result leaves us with a lot of questions. Will a smart chatbot be enough to surmount the lead of Amazon’s Echo or Facebook’s Messenger? Can Google’s Daydream platform catch up with the Vive and the Rift? Amazon has been aggressive about partnering with other services, and Facebook — well, Facebook is where everyone’s friends already are. We’ll need a much closer look at the products before we can start to guess at the answers, but in the meantime, Sundar Pichai’s Google has showed it isn’t afraid of making big bets.
Google’s new Allo and Duo chat apps
More from The Verge
Hands-on with Nike’s self-lacing, app-controlled sneaker of the future
How SpaceX’s first astronaut crew is preparing to take on a brand new spacecraft
An open-source rocket could reshape society in “A Theory of Flight”
Netflix raises prices on all streaming plans in US
Apple says Qualcomm refused to sell it chips for the latest iPhones
China’s lunar lander successfully sprouts cotton on the Moon
The Verge Awards at CES 2019: let’s be friends
Z key jumps to next.
R to reply.
[%= data.comments.length %]
COMMENT[%= data.comments.length > 1 ? "S" : "" %]
[% var len = Math.min(data.comments.length, data.settings.autoUpdateAlertMaxShown) %]
[% for (var i = 0; i
[%= comment.user.display_name %]
[% if (comment.parent) { %]
replied to [%= comment.parent.user.display_name %]
[% } else { %]
posted a new comment
[% } %]
[% } %]
and ...[%= data.comments.length - data.settings.autoUpdateAlertMaxShown %] more.
[% if (data.comment.id) { %]
[% } %]
[% if (data.view.hasProfilePicture()) { %]
[% } %]
[% if (data.comment.user.membership && data.comment.user.membership.short_bio) { %]
[% } %]
[% if (data.comment.user.profile_url) { %]
[% } else { %]
[%= data.comment.user.display_name %]
[% } %]
[% if (data.comment.user.membership && data.comment.user.membership.short_bio) { %]
[% } %]
[%= data.comment.body %]
[% if (data.comment.id) { %]
Posted on
[%= data.comment.created_on %]
[% if (data.comment.is_editable) { %]
Edit
[% } %]
[% if (data.comment.parent_id) { %]
Up
[% }%]
[% if (!data.context.comments_closed) { %]
Reply
[% } %]
[% if (data.context.able_to_comment) { %]
[% var rec_class = %]
[% if (data.comment.is_recommended) { rec_class.push('recommended') } %]
[% if (data.comment.is_recommended_by_user) { rec_class.push('user_recommended') } %]
[% rec_class = rec_class.join(' ') %]
[% var rec_text = data.comment.is_recommended_by_user ? 'Unrec' : 'Rec' %]
[% if (!data.comment.is_flagged_by_user && data.comment.user_id != data.context.user_id) { %]
[%= rec_text %]ommend
[% if (data.comment.recommended_flags_count > 0) { %]
([%= data.comment.recommended_flags_count %])
[% } %]
[% } else if (data.comment.recommended_flags_count > 0) { %]
Recommend
([%= data.comment.recommended_flags_count %])
[% } %]
[% if (!data.comment.is_recommended_by_user) { %]
[%= data.comment.is_flagged_by_user ? 'Unflag' : 'Flag' %]
[% } %]
[% if (data.context.able_to_moderate) { %]
[% if (data.comment.bad_flags_count > 0) { %]
Inspect Flags ([%= data.comment.bad_flags_count %])
[% } %]
Actions
Spam Ban
Delete
[%= data.comment.hidden ? 'Unhide' : 'Hide' %]
Inspect User
[% } %]
[% } %]
[% } %]
[% if (data.comment.is_editable) { %]
[% } %]
Keep the discussion going in The Verge’s forums.