Skip to content

Instantly share code, notes, and snippets.

@vvakame
Last active August 29, 2015 14:22
Show Gist options
  • Save vvakame/d183a3c4b480c178b28a to your computer and use it in GitHub Desktop.
Save vvakame/d183a3c4b480c178b28a to your computer and use it in GitHub Desktop.
Google I/O 2015のセッション情報も引き続き見づらすぎてやばい https://gist.github.com/vvakame/6e8e56a59ebef50e02d4
var json = {}; // use schedule.json
// build data
var schema = {};
var schemaRev = {};
var tags = new Set();
json.sessions.forEach(function(data) {
Object.keys(data).forEach(function(key, i){
schema[key]=true;
schemaRev[i] = key;
});
data["tags"].forEach(function(tag){ tags.add(tag); });
});
var result = [];
var row;
row = [];
Object.keys(schema).forEach(function(key){
row.push(key);
});
result.push(row);
json.sessions.forEach(function(data) {
row = [];
Object.keys(schema).forEach(function(key){
row.push(data[key]);
});
result.push(row);
});
// to tsv
var tsv = "";
result.forEach(function(row) {
row.forEach(function(data, i) {
if(schemaRev[i] === "start" || schemaRev[i] === "end") {
}
tsv += typeof data === "string" ? data.replace(/\t/g, " ").replace(/\n/g, "¥n") : data;
if(i != row.length-1) {
tsv += "\t";
}
});
tsv += "\n";
});
// emit
// tags.forEach(function(tag){console.log(tag);});
// console.log(tsv);
{
"sessions" : [{
"id" : "__keynote__",
"title" : "Keynote",
"description" : "Join us to learn about product and platform innovations at Google, starting with a live kickoff from our Senior Vice-President of Products, Sundar Pichai.",
"startTimestamp" : "2015-05-28T16:30:00Z",
"endTimestamp" : "2015-05-28T18:30:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["FLAG_KEYNOTE"],
"speakers" : null,
"room" : "Keynote Room (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/14f5088b-d0e2-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "7V-fIGMDsmE",
"hasRelated" : false,
"day" : 28,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "11:30 AM",
"filters" : {
"Live streamed" : true
}
},
{
"id" : "c6a37c01-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-28T19:00:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "1:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "ac8d5cc7-36e5-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-28T19:00:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ac8d5cc7-36e5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "1:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "ec7713a6-88fa-e411-b87f-00155d5066d7",
"title" : "Office Hours with Google Developers Experts",
"description" : "Google Developers Experts (GDEs) will provide hands on advice to fellow developers on several Google technologies from Android UX patterns, App Indexing, Wearables, scaling your apps with Google Cloud to general topics about architecture, performance tuning and testing. Each of the sessions lasts between 30min to 1hour. You can sign up for a personal session in the Earn \u0026 Engage Sandbox on Level 2, Office Hours with Google Developers Experts. ",
"startTimestamp" : "2015-05-28T19:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_WEARABLES","TOPIC_SEARCH","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Search" : true,
"Wearables" : true
}
},
{
"id" : "5efb24e8-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Mobile Ads Platform team",
"description" : "Visit our Mobile Ads Platform office hours space to learn more about all the different ways you can grow your audience through organic growth, paid advertising, engagement, monetization and understand your mobile app users through analytics.",
"startTimestamp" : "2015-05-28T19:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_AUDIENCEGROWTH","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "5:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Office hours" : true
}
},
{
"id" : "0655453c-cbf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Play team",
"description" : "Visit our Google Play office hours space to learn more about all the different ways you can grow your business with Google Play.",
"startTimestamp" : "2015-05-28T19:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "5:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Office hours" : true,
"Play" : true
}
},
{
"id" : "da39e31e-cbf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Search team",
"description" : "Visit our Search for Developers office hours space to learn more about all the different ways you can grow and engage your (app) user base with Google Search.",
"startTimestamp" : "2015-05-28T19:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_SEARCH","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "5:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Office hours" : true,
"Search" : true
}
},
{
"id" : "9259a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Anyone can do it! Easy ways to evaluate your App’s Accessibility",
"description" : "One in 5 people in the U.S. will have a disability in their lives. They want to be productive, creative and of course -- use your app. Technology has made more experiences, connections, and products available to people with disabilities but there is still room for improvement. With our talk we will help you to understand the experience of your app from the perspective of a user with accessibility needs. We will share best practices, pitfalls, and a step by step guide on how to use easy UX research techniques to improve the accessibility of your application. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ACCESSIBILITY","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["a18e34a3-d2d4-e411-b87f-00155d5066d7","51ad64c9-a1dc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9259a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Accessibility" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "48151e67-aedc-e411-b87f-00155d5066d7",
"title" : "Finding success with family-friendly apps on Play",
"description" : "Insights into the secrets of success for family-friendly apps and games on Google Play. Get practical tips directly from top partners to help you boost your reach, retention and revenue. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["6ad0845e-90dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/48151e67-aedc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "a68c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Hands-on with Polymer",
"description" : "Polymer has come a long way since we last showed it at I/O. Dramatically faster than previous versions, and packed with new features, now is a great time to get up to speed. Come get a hands on tour of Polymer, see what new tricks we have up our sleeves, and jump start your next web app. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["4dbd009e-bcd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/a68c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "7959a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Help your users live better with Google Fit",
"description" : "Google Fit is creating and unsiloing fitness data for millions of users globally - whether they are elite athletes or just people battling everyday lack of motivation. As a fitness developer, how can you use this data to help people lead fuller lives? What kind of data is it and how are we generating it? The Google Fit team reveals all in this talk. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["75bd3772-d2d4-e411-b87f-00155d5066d7","7189088f-91dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/7959a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "0759a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Improving urban mobility by connecting citizens",
"description" : "Waze launched the Connected Citizens Program in October 2014 with 10 cities around the world. Now, at 30 cities, law enforcement and Departments of Transportation, we have data on the impact of massively crowdsourced data on our traffic patterns. We’ll share case studies and look at the real ways they’re improving their cities to meet citizen expectations in a mobile world. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_LOCATION","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["3bf79b63-8edc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0759a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true
}
},
{
"id" : "fe8b9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Mobile app install attribution with Google Analytics",
"description" : "More and more developers rely on app promotion to get their app in the hands of users. With hundreds of networks to choose from, it can be difficult to keep track of and manage it all. However, with Google, you can stay on top of your app install attribution needs. In this session, we will cover how you can get started configuring campaign setup, determining where your installs came from to optimize on them. We will also cover how you can measure the effectiveness of your marketing campaigns. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["c0629c7e-81dc-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/fe8b9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "df58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Notifications, Interruptions and Volumes: Coming Attractions",
"description" : "In Lollipop, you witnessed a huge evolution in Android's notifications. They're more accessible and robust than ever before. But there's a flip side: more competition for users' attention. So Lollipop also introduced ways for users to control unwelcome interruptions from notifications and other sources. Since then, we've been hard at work refining these features. Come get the inside scoop on what's new and what it means for your app. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["a3bf7f63-0fdf-e411-b87f-00155d5066d7","d90fa784-13df-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/df58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "4759a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Smarter approaches to app testing",
"description" : "One of the reasons over a billion users love Android is that they get to pick the device that's just right for them. This can make it harder to test on all of your users’ devices before release. Apps that are tested thoroughly get better reviews and make more money (fact!). We're here to help – hear about the new ways Google can help maximize the success of your next app launch with cheaper and easier testing strategies. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["6c18c1c8-d1d4-e411-b87f-00155d5066d7","b16ed8b6-90dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/4759a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c058a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Video chat for Web, iOS and Android",
"description" : "WebRTC enables realtime audio, video and data communication on billions of clients across Web, Android and iOS. In this talk, you will learn how to build a high performance, cross-platform voice and video chat application. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T19:30:00Z",
"endTimestamp" : "2015-05-28T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["1166730e-bdd4-e411-b87f-00155d5066d7","d6c76ef2-e4f5-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c058a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 28,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"67fa8734-8be4-e411-b87f-00155d5066d7" : true,
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"a18c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"b58c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"f37a6899-89e4-e411-b87f-00155d5066d7" : true,
"fa7d85ce-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "3259a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Apps for kids and families: Get discovered",
"description" : "Do you create apps that broaden the mind and inspire creativity among kids and families? Then join us to learn about the Designed for Families developer program, a family-friendly discovery experience on Google Play, and how we’re making it easier for parents to discover your age-appropriate content. We’ll go over best practices for developing apps for families, review the eligibility requirements and opt-in process for the program. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_GAMES","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["6ad0845e-90dc-e411-b87f-00155d5066d7","133d659c-10df-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3259a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Games" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "ab8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Asking for permission",
"description" : "To get access to new mobile web APIs, websites need to ask the user for permission. Come learn how to convince users to say yes (and stay engaged). (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e01504bf-47dd-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ab8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "99d22eb6-acdc-e411-b87f-00155d5066d7",
"title" : "Containers to back your mobile app",
"description" : "Your mobile backend APIs need to be simple, reliable, and ready to scale when your userbase does. In this talk, we'll walk you through setting up very flexible API using containers on Google Cloud Platform. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["39907dd6-acdc-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/99d22eb6-acdc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "538c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Gaming on Android TV",
"description" : "Android is in the living room, through Android TV. Players are finding that their familiar consumer electronics devices, from cable boxes, to media players, to televisions, now give them easy access to great games. With the Nearby Connections API we introduced at GDC, developers can now bring second screen experiences to Android TV too. This talk discusses how to easily adapt games to Android TV. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["3895c08b-86dc-e411-b87f-00155d5066d7","59d556a4-86dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/538c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3c59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "How an education app went from good to great",
"description" : "Learn best practices for building educational apps through an illuminating case study. We’ll speak with the co-founder of WeVideo about their success reaching the education market and illustrate how they radically transformed their Android app to meet the needs of teachers and students. WeVideo is one of many innovative apps in Google Play for Education, which can help schools find and buy your app, without having to knock on school doors. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e7c3efb6-4ff3-e411-b87f-00155d5066d7","80923bc2-fbf8-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3c59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "308c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Introduction to high-performance NDK Audio",
"description" : "Android is now ready for serious audio and music applications. This talk will introduce creating high-performance, low-latency audio generation applications in C/C++ with the Android NDK. We will cover creating an NDK application project, OpenSL ES audio playback and an architecture for audio synthesis applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["60166cd8-83dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/308c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f98b9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Promote your mobile app in minutes",
"description" : "In a matter of minutes, launch a campaign that reaches users across Google Search, AdMob, Play, YouTube, and more. Come by this session to learn tips on developing creatives, bidding and reporting to maximize your app installs. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["4cc92ea7-7edc-e411-b87f-00155d5066d7","4ee4be33-0ced-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f98b9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "a18c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "The Gold Standard: Accessible Web Components",
"description" : "Web Components give developers amazing power to redefine the shape of HTML. But this power requires we pay special attention to accessibility and make sure that as we charge into the future, we're not leaving our users behind. With an accessibility checklist in hand, you can be confident that the components you're creating will work well with assistive technologies. Join us to learn how to craft your components so they meet the \"Gold Standard\". (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ACCESSIBILITY","TOPIC_CHROME_WEB","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["4dbd009e-bcd4-e411-b87f-00155d5066d7","f0e5035f-47dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/a18c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"1a3da45a-83e7-e411-b87f-00155d5066d7" : true,
"Accessibility" : true,
"Chrome / Web" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"ac58a197-b6d4-e411-b87f-00155d5066d7" : true,
"c058a197-b6d4-e411-b87f-00155d5066d7" : true,
"f37a6899-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "d08fd15c-aadc-e411-b87f-00155d5066d7",
"title" : "reCAPTCHA: Tough on bots, Easy on Humans, Great on Mobile",
"description" : "CAPTCHAs are an integral part of fighting spam on the internet. Google’s reCAPTCHA is the largest CAPTCHA service in the world. With the shift to mobile, there is an increasing need to fight spam in that space. However, traditional CAPTCHAs are not well suited for mobile form factors. In response, the reCAPTCHA team recently launched a completely reimagined API that lets users pass the CAPTCHA test with just a single click. This “No CAPTCHA reCAPTCHA” dramatically simplifies the mobile user experience. In this talk we will discuss the technology behind the magic “No CAPTCHA” followed by an interactive codelab to implement reCAPTCHA on your mobile site. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["67807b7f-aadc-e411-b87f-00155d5066d7","38a8209a-aadc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d08fd15c-aadc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "74718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Google Cloud Messaging 3.0",
"description" : "The next big things from Google Cloud Messaging (GCM), simplifying your mobile messaging and notifications solution. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["7e91b52b-d3d4-e411-b87f-00155d5066d7","00ac89c5-dcd8-e411-b87f-00155d5066d7","101f7be0-dcd8-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/74718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "z3Jtk7Xj1-w",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "99803163-e1f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/99803163-e1f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "146fad70-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "6d760d25-37e5-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6d760d25-37e5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "ea96312e-e3d3-e411-b87f-00155d5066d7",
"title" : "What's new in Android",
"description" : "This session will highlight the most exciting new developer features of the Android platform. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-28T20:00:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : true,
"isFeatured" : true,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["f80f2f4b-b9d4-e411-b87f-00155d5066d7","d90fa784-13df-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ea96312e-e3d3-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "PhlpJ1ELAVw",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0c59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Achieving Maps zen on Android",
"description" : "Is your map user experience lacking harmony? Does it feel a bit plain? Google Developer Advocate, Ankur, will enlighten you on the zen patterns that bring maps feng shui to your Android apps. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["afbd8981-8cdc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0c59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "588c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Applying Wear design patterns",
"description" : "A very detailed and thorough look at the new Material Design patterns for Android Wear apps: When should you be an app versus a notification or contextual card? What patterns are right for what tasks/apps? How to mix and match? (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["71329f73-b9d4-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/588c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Wearables" : true
}
},
{
"id" : "685db05c-56e4-e411-b87f-00155d5066d7",
"title" : "Battery Performance \u0026 Tooling",
"description" : "Battery is the most precious resource to Android users right now. The world is more mobile, but it’s frustrating when you can’t make it through a full day without needing to recharge your phone. And Sadly, for most developers, battery efficiency is the last thing on their minds. In this talk, we will introduce the basic concepts of Battery Performance on Android, some tools to help you find problems, and point out a few simple pitfalls to avoid while writing your application. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/685db05c-56e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2d59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Building a successful subscription business on Google Play",
"description" : "More and more developers are building subscription-based businesses on Google Play. To support the growing supply and demand of subscription offerings, Google Play’s billing platform has been improved upon to help you acquire, convert, bill, and retain users. This talk introduces the opportunities and challenges of launching a direct-to-consumer subscription service, highlights how Google Play can help, and shares learnings from successful video, music, news, dating, and sports apps. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TYPE_SANDBOXTALKS"],
"speakers" : ["d5359297-d1d4-e411-b87f-00155d5066d7","dcda4841-90dc-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2d59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "6a8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Getting your app on the road with Android Auto",
"description" : "Android Auto extends the Android platform into the car. When users connect their handheld devices running Android 5.0 or higher to a compatible vehicle, the Auto user interface provides a car-optimized Android experience on the vehicle's screen. This talk will introduce Android Auto APIs that allow developers to enable their existing audio and messaging apps developed for phones and tablets to work in the car, without having to worry about vehicle-specific hardware differences. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUTO","TYPE_SANDBOXTALKS"],
"speakers" : ["36862be4-e5ed-e411-b87f-00155d5066d7","52333222-e6ed-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6a8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Auto" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5159a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Grow your (app) user base with Search",
"description" : "Google Search for Developers will help you get more users and keep them engaged with your app or website. Google Search helps increase your Android app installs and site usage by making your content stand out to users. Search also brings you users looking for answers and actions like playing a song. This talk covers App Indexing, Voice Actions, Structured Data, and Webmaster Tools. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["3eca61e8-d1d4-e411-b87f-00155d5066d7","e3a976ee-d1d4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5159a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "9c59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Make Believe",
"description" : "Join us to explore virtual reality and how it may change our lives. Learn how it works and how to design virtual reality experiences. Includes lessons learnt from virtual reality game developer Katie Goode. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_WHATSNEXT","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["4b9729c2-d2d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9c59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"What's Next" : true
}
},
{
"id" : "fc97bd29-88e4-e411-b87f-00155d5066d7",
"title" : "Mobile app quality leaps to the cloud",
"description" : "See how you can improve your app’s ratings by testing early, broader and often. With nearly unlimited resources of the cloud and significant automation, this is achievable for even the most constrained app development teams. \nWant to access the latest (and old) Android and iOS devices that your app might need to run on? Wish you could run hundreds of tests in parallel on every combination for every commit? Want to improve quality without even writing tests? Join us to see how all three can be achieved. We will use a Google Cloud test service to illustrate some of the key practices that you can incorporate in your app development. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["09e7e272-d1d4-e411-b87f-00155d5066d7","6d894712-acdc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/fc97bd29-88e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "cf58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "gRPC: Efficient and idiomatic communication libraries for cloud and mobile",
"description" : "Engineering teams at Google use RPCs extensively to build cloud and mobile applications. We have recently open-sourced gRPC - our new open-source RPC library. We'll provide an introduction to key features and concepts and a demonstration of how gRPC enables faster development velocity by handling a number of networking, security and systems issues.​ (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T20:30:00Z",
"endTimestamp" : "2015-05-28T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["445a7d4b-bdd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/cf58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "448c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Apps installing channels on TVs",
"description" : "TV Input Framework enables your app to install channels on TVs that blend in seamlessly with traditional linear channels. This talk will cover an overview of creating an TV input plugin inside your app and best practices for handling media playback, program guide, overlay, setup and more. We will also present upcoming changes in the framework and new features. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["1bcd12af-84dc-e411-b87f-00155d5066d7","4a11a6c5-84dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/448c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "1359a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Building location aware apps using the Android Location and Places APIs",
"description" : "When we talk about meeting up for lunch, we don’t think of location as latitude and longitude - we think of a place, like a restaurant or cafe. The Places API makes using location in Android more powerful by providing APIs to accurately determine and communicate about the place or semantic location that a device is currently at, powered by Google's best in class local business data. This talk introduces the new features available for representing location as part of the API, and the practical applications of this API. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["50c15367-8fdc-e411-b87f-00155d5066d7","00973097-15df-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1359a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c79db5af-10e9-e411-b87f-00155d5066d7",
"title" : "Creating calendar events: Quick, easy, and good for your users",
"description" : "In this talk, we will explain how your app and your users can benefit from Google Calendar integration, even if you're not building a calendar client. We will provide tips and tricks (and of course code samples) on how to create calendar events and make best use of Google Calendar assistance. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["8af74012-b6ea-e411-b87f-00155d5066d7","4353492d-80ef-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c79db5af-10e9-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "1c8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Designing for Driving",
"description" : "Android Auto was developed to take features and apps from your phone and deliver them in a responsible manner for use in your car. This is a challenging process: there’s a lot of research and reason that goes into every part of the interface to minimize driver distraction and help keep eyes on the road. In this talk, we step through some of the research that guides the design of Android Auto. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_AUTO","TYPE_SANDBOXTALKS"],
"speakers" : ["14f4e83c-83dc-e411-b87f-00155d5066d7","7c4e6155-73f2-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1c8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Android" : true,
"Auto" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5076a94b-cfe3-e411-b87f-00155d5066d7",
"title" : "Designing for Google Cast",
"description" : "Google Cast has quickly accelerated past 1 Billion casts, and is now the best way to bring your mobile app to TV and audio devices. The lead designer of Chromecast will talk about what it takes to “cast-ify” your app, and to take advantage of the latest updates to the cast model for multi-screen interactions, shared queues, sound systems, and games, all using the mobile phone as the controller. This talk is for developers and designers who want to extend their mobile and web apps to TVs and speakers. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_TV\u0026LIVINGROOM","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["d412f333-d2d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5076a94b-cfe3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Audience Growth" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true
}
},
{
"id" : "7a4cf1a9-86e4-e411-b87f-00155d5066d7",
"title" : "Get your app into the Google index",
"description" : "Learn the steps involved in making sure a mobile app can be indexed by Google and appear in Google Search results and Search autocompletions. This talk will show how App Indexing can help you get new users, drive re-engagement, and measure the results. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["d79215d7-f1ec-e411-b87f-00155d5066d7","cbdc2ff7-f1ec-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/7a4cf1a9-86e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "4e8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Leanback support library",
"description" : "Android TV presents unique opportunities for developers to create a living room presence for their applications and services. Delivering a delightful experience for TVs requires consideration of distance, form factor, and input, but it doesn't have to be difficult! Come learn about the Leanback support library, designed for rapid development of TV UX through customizable fragments and templates. We will present a broad overview of features, and highlight upcoming visual changes and new features. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["dffe7257-86dc-e411-b87f-00155d5066d7","841c4867-86dc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/4e8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "8d8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Smarter and personalized device authentication with Smart Lock",
"description" : "Join us to learn how we’ve made Android even smarter so you can securely and conveniently keep your phone unlocked using a new set of exciting technologies from biometrics to wearables. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["4ef6d377-bcd4-e411-b87f-00155d5066d7","68e83cd7-87dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8d8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "90d26332-5cdd-e411-b87f-00155d5066d7",
"title" : "What's new in the Google Play Developer Console",
"description" : "Google Play’s new launches will help you acquire more users and improve the quality of your app. Come and hear an overview of the latest features and how you can start taking advantage of them in the Developer Console. You’ll have more successful user acquisition on Google Play through Google's smartest ad product and new conversion funnel. And you’ll get more conversions by running A/B tests on your Google Play store listing. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["3d17f7d9-10df-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/90d26332-5cdd-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "ed63feae-e1f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ed63feae-e1f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "5a40f877-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "f85052bc-c9ef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f85052bc-c9ef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "881a8930-f0e2-e411-b87f-00155d5066d7",
"title" : "Smarter monetization with AdMob and Analytics",
"description" : "Mobile development is growing more and more complex. To make things easier for publishers, we have created a smart mobile ads platform that goes beyond the traditional ad server. Come listen to Jonathan Alferness talk about how AdMob brings the power, scale and innovation to app developers who want to monetize effectively through tools like ad mediation for higher fill rates, new formats like native ads, and Audience builder with Google Analytics for list building and targeting. In this talk, we will also be unveiling some new features that will help make things simpler for developers. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : true,
"isFeatured" : true,
"tags" : ["TYPE_SESSIONS","THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_EARN"],
"speakers" : ["b4c06c25-5fda-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/881a8930-f0e2-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "z3Jtk7Xj1-w",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Audience Growth" : true,
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0c718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "What’s New in Android Development Tools",
"description" : "In this session we will provide an in depth tour of the Android development tools and take a closer look at everything new - along with tips and tricks for getting the most out of them! (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-28T21:00:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["9f0afa58-b9d4-e411-b87f-00155d5066d7","215e4bc3-85dc-e411-b87f-00155d5066d7","76b8ffdc-85dc-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0c718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "PhlpJ1ELAVw",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "9c8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Android for Work Update",
"description" : "Android M is bringing the power of Android to all kinds of workplaces. This opens huge new markets for hundreds of millions of devices to workers at small business, deskless workers, logistics and warehousing jobs; all be empowered by adoption of Android devices at Work. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["af7b8c8f-bcd4-e411-b87f-00155d5066d7","63851097-bcd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9c8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2859a197-b6d4-e411-b87f-00155d5066d7",
"title" : "App discovery on Google Play",
"description" : "Over the last year, we've made Play’s homepages more tailored to each user so they find what they're interested in faster and easier. So you'll understand how your apps and games are discovered, we'll explain how we model user tastes and interests, how we make recommendations, and how we occasionally take educated guesses on content we've never shown them before. We also talk about new immersive experiences that’ll help the user engage with the store regularly, so they'll discover more of your apps to love. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["68897b8b-d1d4-e411-b87f-00155d5066d7","11ff2f02-90dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2859a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "128c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Building Apps Faster with Android Data Binding",
"description" : "Android is launching it’s very own Data Binding library, that allows developers to build rich, responsive user experiences with minimal effort. The library allows developers to create connections between data sources and UI elements, removing a lot of the work behind data-driven UI development. Also, Android Data Binding is integrated with Android Studio. We will demo an android app built with DataBinding and how easy it is for developers to have such framework available for building rich, responsive UI. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["44116058-bbd4-e411-b87f-00155d5066d7","206e8764-bbd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/128c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "4c59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Building voice actions for your Android app",
"description" : "In this talk, attendees will learn how to drive traffic to their Android app using voice actions. We'll cover how apps should inform Google which “OK Google” requests they can handle on phones, tablets, and watches. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["3e830fdc-d1d4-e411-b87f-00155d5066d7","0646f9d4-90dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/4c59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3759a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Optimizing your game’s first impression on Play",
"description" : "Google Play offers developers an incredible opportunity to reach more than 1 billion people in 190 countries. App discovery and distribution play a critical role in driving developers’ success. Learn from the Dots team on how they leveraged Google Play’s features to optimize their visual assets for increased discovery and distribution of their games. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_GAMES","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9c3a2db0-d1d4-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3759a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "088c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Project Volta: Android battery life",
"description" : "No one likes battery-draining apps. We’ve analyzed power use by the platform and apps and want to share what we've found. We will go over best power practices, tools for measuring power consumption, as well as APIs that make it easy for you to write applications that drain less battery. Join us in helping improve battery life for our users. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["66ccda3c-bbd4-e411-b87f-00155d5066d7","d07681db-76f2-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/088c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "608c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Simplifying app development using the wearable support library",
"description" : "The wearable support library provides extra functionality used by Android Wear developers to develop great wearable experiences. It includes common user interface components that developers can use to support round and square watches, notification cards, long press to dismiss, countdowns, confirmations, 2D pickers, and selection lists. Come to the talk to find out more about how to use the wearable support library, and how you can use it to simplify your Android Wear development. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["6b21dfbd-7fe8-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/608c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "f858a197-b6d4-e411-b87f-00155d5066d7",
"title" : "The Earth in real time",
"description" : "Over the past ten years, we’ve all gotten used to seeing satellite imagery on platforms like Google Maps and Google Earth. It’s easy to forget that just a few decades ago, images taken from space made huge changes in how we understand life on Earth. They helped us understand how mountains form, how cities grow, and sparked the modern environmental movement. With Skybox, we’re looking to take the next step forward in satellite imaging and find new ways to help people use data from space to solve problems on Earth. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["504a7e44-89dc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f858a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "928c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Using \"always-on\" in wearable apps",
"description" : "The Android Wear platform now allows long-running applications to control the entire screen in low-power ambient mode (with a lower refresh rate, in black and white). Previously, when the watch entered low-power mode, it returned to the home screen, exiting the currently running application. In this talk we will describe how to update the long-running activities in your application to implement always-on mode to preserve application state and continually present ongoing updates, while conserving battery. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T21:30:00Z",
"endTimestamp" : "2015-05-28T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["669c1a81-bcd4-e411-b87f-00155d5066d7","9158fa87-80e8-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/928c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "86002fe3-87e4-e411-b87f-00155d5066d7",
"title" : "Building a real-time app in 5 minutes with Firebase",
"description" : "Learn about Firebase, and how to build a real time chat room in 5 minutes. But there is much more - we’ll look into some common patterns when building real time games, such as authentication, online presence detection, game room, and sharing game state. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["cf5fe39c-acdc-e411-b87f-00155d5066d7","72f0b64e-f3ec-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/86002fe3-87e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "978c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Building fitness apps on wearable devices",
"description" : "This talk will cover some APIs of particular interest to developers creating fitness applications on Android Wear devices, including how to get easy access to aggregate step counts for display within watch faces, and how to read heart rate on devices with an integrated heart rate monitor. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["cf9dd40d-2bf8-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/978c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "fd58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Finding your way with the Google Maps SDK for iOS",
"description" : "The next generation of awesome apps are going to be intelligent and context aware. This talk explores how you can use the Google Maps SDK for iOS, with the addition of new Places API for iOS to take your app to the next level by using Google's beautiful maps and comprehensive locations databases. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["2801721e-8cdc-e411-b87f-00155d5066d7","a2da6237-8cdc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/fd58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "268c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Fingerprint and Payments APIs",
"description" : "Numerous new APIs for app payments and fingerprint integration are being introduced in M. This will enable enhanced UX and security for retail payments, banking and online purchasing. We will also have partners integrated with these new capabilities that we want to highlight at IO. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["44cf67a2-83dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/268c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6ebc2770-caf5-e411-b87f-00155d5066d7",
"title" : "Google Developer Expert's perspective on Playful apps",
"description" : "Congrats! You've built a solid app with smooth UX, but what's next? It's now time to think about Playful design, a games industry term meaning \"delight the user\". In this talk, you can learn the best practices from a Google Developer Expert on to use meaningful animations and transitions to capture the attention and retention of your users.",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TYPE_SANDBOXTALKS"],
"speakers" : ["757fbe44-e2f8-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6ebc2770-caf5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "c7d67fac-54e4-e411-b87f-00155d5066d7",
"title" : "Hands-on with Polymer",
"description" : "Polymer has come a long way since we last showed it at I/O. Dramatically faster than previous versions, and packed with new features, now is a great time to get up to speed. Come get a hands on tour of Polymer, see what new tricks we have up our sleeves, and jump start your next web app. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["4dbd009e-bcd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c7d67fac-54e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "93cce93c-cce3-e411-b87f-00155d5066d7",
"title" : "Making great products for education",
"description" : "Learn a few inexpensive techniques to design products that are people-first. No one needs great technology more than educators, yet schools are littered with technology that doesn’t get used. This hands-on workshop from the team that built Google Classroom will give you a chance to try out lightweight prototyping and user testing techniques that are key to making great products -- and having a big impact in education. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["1a89848e-79e4-e411-b87f-00155d5066d7","52c1c6ac-79e4-e411-b87f-00155d5066d7","cedce94a-bdee-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/93cce93c-cce3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "1aa219ee-e1f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1aa219ee-e1f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "1a3da45a-83e7-e411-b87f-00155d5066d7",
"title" : "Performance on RAILs",
"description" : "Looking around at web performance advice today can be overwhelming: everything comes with caveats, disclaimers, and sometimes one piece of advice can seem to actively contradict another. Phrases like “the DOM is slow” or “always use CSS animations!” make for great headlines, but the truth is often far more nuanced. In this session we'll look at how to think holistically about performance, and how to prioritize optimization work that your users will notice and appreciate. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e87fe1e8-48dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1a3da45a-83e7-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"a18c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"ac58a197-b6d4-e411-b87f-00155d5066d7" : true,
"fa7d85ce-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "0d8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Rendering Performance \u0026 Tooling",
"description" : "Rendering performance is all about how fast you can draw your activity, and get it updated on the screen. Success here means your users feeling like your application is smooth and responsive, which means that you’ve got to get all your logic completed, _and_ all your rendering done in 16ms or less, each and every frame. But that might be a bit more difficult than you think. In this talk,we will take a look at what “rendering performance” means, alongside some of the most common pitfalls that are ran into; and let’s not forget the important stuff: the tools that help you track down, and fix these issues before they become large problems. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0d8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "e596312e-e3d3-e411-b87f-00155d5066d7",
"title" : "Android Pay: The next generation of payments on Android",
"description" : "More than ever, people are using their Android devices to make purchases in stores. They’re also frequently turning to apps to purchase physical goods and services right from their device. Merchants are responding, making tap and pay more widely available, and making transactions as seamless as possible in their apps. Google is launching Android Pay, the way to pay in-store and in-app with your Android device. In this session, we’ll showcase how Android Pay was built on the pillars of simplicity, security and choice. We’ll also discuss opportunities for developers to innovate with us on mobile payments at Android scale. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_ENGAGE\u0026EARN","TOPIC_ANDROID","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["59e93328-58dd-e411-b87f-00155d5066d7","b55ccb44-58dd-e411-b87f-00155d5066d7","c7acb25d-58dd-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e596312e-e3d3-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "z3Jtk7Xj1-w",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : true,
"Sessions" : true
}
},
{
"id" : "6eedfd7e-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "32a6f5f6-caef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/32a6f5f6-caef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "1b718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "The next generation mobile web",
"description" : "The mobile web empowers users to easily navigate through a rich diversity of secure experiences. But until now, developers had to choose between the engagement potential of a native app and the reach potential of the mobile web. Performance improvements, offline support, and access to new device capabilities, such as sending push notifications and promoting add to homescreen, allow developers to deliver more meaningful experiences to the web than ever before. Join us as we talk about the future of the mobile web. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["7d48c380-b9d4-e411-b87f-00155d5066d7","9758624f-73dc-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1b718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "Z_Fdsf90IBI",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "79718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "What's new in Google Play services",
"description" : "Over the past year, we've been pushing hard and fast to constantly improve our mobile APIs and deliver new ones. Come learn about the most significant Google Play services feature releases since our last I/O. We'll give you an update on where we are and where we're going. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-28T22:00:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : true,
"isFeatured" : true,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["cf0e61d4-d2d4-e411-b87f-00155d5066d7","58c6856f-8df3-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/79718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "PhlpJ1ELAVw",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b08c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Chrome DevTools and RAIL",
"description" : "Come learn about all the amazing advances in Chrome's developer tools. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["519ccfb4-bcd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b08c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "8e95e6eb-a2dc-e411-b87f-00155d5066d7",
"title" : "Espresso: UI-testing for Android",
"description" : "The open Espresso testing framework, part of the Android Testing Support Library, provides APIs for writing UI tests to simulate user interactions with your target app. In this talk, we build on top of the basics covered in the Android Testing Support Library overview and introduce advanced topics, such as interactions with list views, validation of intents, and the new WebView API. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["053bed19-a3dc-e411-b87f-00155d5066d7","a74e9e34-a3dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8e95e6eb-a2dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f358a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Expressing brand in Material",
"description" : "Anyone should be able to incorporate the material design framework while maintaining a strong brand identity. Whether it’s a custom font, a unique color story, or distinct voice, everything that provides stylistic distinction in a product should be celebrated and supported in the material design framework. We’ve laid out the top brand touchpoints to help illustrate the system’s flexibility and give designers and developers a road map for showcasing their brand identity. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["bc8fe73a-d1d4-e411-b87f-00155d5066d7","42bca3c6-45dd-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f358a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Audience Growth" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "1c12dfb1-6be4-e411-b87f-00155d5066d7",
"title" : "How to create apps that families love",
"description" : "Kids today are consuming technology like never before, and parents are supporting this habit. Find out the key elements of designing high-quality apps for families and kids, directly from Google and top developers in this space. This talk will discuss best practices for creating great family-friendly user experiences, how to appeal to parents with features that kids like, and optimizing user interface design for children. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["133d659c-10df-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1c12dfb1-6be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "ee58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Material design icons made easy",
"description" : "Simple and clear iconography is vital to well designed and usable user interfaces. Google is making available an icon set based on material design principles that you can use in your web, Android and iOS apps. Learn about the design of the icons, how to use them in your apps, and best practices for vector assets, icon fonts, and animated icons. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["5837632e-d1d4-e411-b87f-00155d5066d7","ad970564-45dd-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ee58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "508516fc-81dc-e411-b87f-00155d5066d7",
"title" : "Memory Performance \u0026 Tooling",
"description" : "What’s great about Android’s runtime is that most of the stress of memory reclamation is done for you. The system will track what you’re doing, and will free an object on your behalf when it isn’t needed any more. While this is great for your general health, and blood pressure, this doesn’t exclude performance problems from happening here. In this talk, we will walk through how the Android memory system works, and identify some common perf problems, and introduce you to tools to help track down and solve the issues. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/508516fc-81dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0259a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Mobilizing the Maps Data APIs",
"description" : "Geo web services let developers create compelling location based apps on mobile, such as snapping your car’s location to roads, auto-completing an address, or displaying directions from A to B on a map. This talk will tackle several challenges that developers face in working with web services for mobile, in particular key security, how to share context between different APIs and conserving battery life. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["749cb296-8cdc-e411-b87f-00155d5066d7","90f5fba6-17e5-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0259a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6059a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Optimize your app presence on Google Search with Search Console",
"description" : "The new Search Console provides app owners with information about how their indexed apps are performing in Google Search. This hands-on session will show a live demo of how an application can be added to Google Search using the error reporting and analytics in the Search Console. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["ef328f20-d2d4-e411-b87f-00155d5066d7","d6f62c72-fde6-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6059a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "9125a39d-b6d4-e411-b87f-00155d5066d7",
"title" : "Working with Nest to build a thoughtful home together",
"description" : "For years, we’ve been talking about home automation. There are universal remotes, wall panels and apps to control devices in your home. But Works with Nest is more than just an on/off switch. It’s about making your house a more thoughtful home, working securely behind the scenes to interact with things you already use every day. And, as a result, making your home safer, more energy efficient, and more aware. Learn more about the Works with Nest developer program and join us in making this vision become reality. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T22:30:00Z",
"endTimestamp" : "2015-05-28T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["daa84cd6-a0dc-e411-b87f-00155d5066d7","94ca1ee4-a0dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9125a39d-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2276bd7d-0ee9-e411-b87f-00155d5066d7",
"title" : "Data driven online learning with Course Builder",
"description" : "This talk will describe Google's data driven approach to offering high quality, successful online courses and how you can use the same methodology using Course Builder to deliver your content. We will also describe how and why to use the new Skill Mapping feature, recently released in Course Builder 1.8. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-28T23:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["92cc0d3c-0ee9-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2276bd7d-0ee9-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "4:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "bb58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Kickstart your web app with Web Starter Kit",
"description" : "Learn how to get your web app up and running fast with Web Starter Kit. Also learn how it keeps your site lean and mean. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-28T23:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["b28a3550-48dd-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/bb58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "4:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3a718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Growing games with Google",
"description" : "The games industry has never been more promising and full of opportunities. In addition to consoles, PC, and browser gaming, as well as phone and tablet games, there are emerging fields including virtual reality and mobile games in the living room. This talk covers how Google is helping developers across this broad range of platforms. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TOPIC_EARN"],
"speakers" : ["70f4e052-d2d4-e411-b87f-00155d5066d7","122c827a-dbd8-e411-b87f-00155d5066d7","4695f8ab-dbd8-e411-b87f-00155d5066d7","a4887de8-13df-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3a718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "Z_Fdsf90IBI",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Audience Growth" : true,
"Develop \u0026 Design" : true,
"Earn" : true,
"Games" : true,
"Live streamed" : true,
"Play" : true,
"Sessions" : true
}
},
{
"id" : "e096312e-e3d3-e411-b87f-00155d5066d7",
"title" : "Making apps context aware: Opportunities, tools, lessons and the future",
"description" : "Are we as developers taking full advantage of the new sensing capabilities (like GPS, Bluetooth Low Energy, accelerometers, barometers) of mobile devices to make user experiences delightful? These new sensors introduce the capability to know where a person is and what they’re doing as well as many other clues. Join us as we explore the opportunities, show some old and new tools Google has created to help, share our lessons building experiences like the Now “Where did I park my car?” card, and predict what the future may hold for context-aware computing. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TOPIC_SEARCH"],
"speakers" : ["92fa1838-bcd4-e411-b87f-00155d5066d7","4f2f25df-dad8-e411-b87f-00155d5066d7","662a6b91-27f8-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e096312e-e3d3-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "z3Jtk7Xj1-w",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Location" : true,
"Search" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "35718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Material Now",
"description" : "A look at where we’ve been and where we’re going with material design. This talk will examine the logistics of materializing products inside and outside of Google over the past year, from working collaboratively with product teams, to expanding and refining our guidelines for designers and developers. It will ask: how can we push material design into new and exciting territory? (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : true,
"isFeatured" : true,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN"],
"speakers" : ["c25de06f-bdd4-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/35718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "PhlpJ1ELAVw",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true
}
},
{
"id" : "37b67ec3-c9f8-e411-b87f-00155d5066d7",
"title" : "Office Hours with Android \u0026 Google Play Public Policy Teams",
"description" : "Come learn about public policy issues impacting the Android ecosystem.",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Develop Talk 3 (L2)",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true
}
},
{
"id" : "ac8a8c01-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Android Pay team",
"description" : "Come by to meet members of the Android Pay engineering and product team. We would be happy to answer any questions you have on Android Pay for in-store and in-app payments.",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Talk (L2)",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "981830e3-c9f8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Android team",
"description" : "Come ask the Android platform and tools teams your burning questions; we'll have experts on hand to answer questions related to Bluetooth Low Energy, Project Volta (Android battery life), Android Studio and more!",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Alcove 1 (L2)",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "e1b6c1a8-c9f8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Chrome team",
"description" : "Come meet with the Chrome Developer Platform team to discuss topics like Service Worker, Push Notifications, Add to Home Screen, Developer Tools, Performance, Polymer, Media (including Web Audio and Web MIDI), WebRTC, Monetization, and Web Components.",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Develop Talk 2 (L2)",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "11cb0993-c9f8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Google Cloud Platform team",
"description" : "Google Cloud Platform provides a comprehensive set of solutions to build, test, and run modern applications on Google’s highly scalable and reliable infrastructure. Developers are provided with a powerful set of tools and services, from diagnostics to cloud-based debugging tools, to best in class data analytics solutions. Mobile is also a first-class use case on Cloud Platform, from Firebase which focuses on the developer experience to our container-based platform for writing microservices to serve your mobile front-end.",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Lounge Talk (L2)",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3cd7df85-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "568046bd-cbef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-28T23:00:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/568046bd-cbef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "7d25a39d-b6d4-e411-b87f-00155d5066d7",
"title" : "AdMob Cross-platform Showdown",
"description" : "It's an epic battle between two AdMob engineers, one on Android and one on iOS! They will battle for the title of Fastest Ad in the West as they live code their way into stardom. Join our mystery celebrity host and their swag cannon to an action packed coding session. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T23:30:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS","TOPIC_EARN"],
"speakers" : ["6184274c-bad4-e411-b87f-00155d5066d7","ceed0709-1bf8-e411-b87f-00155d5066d7","98fb372e-1bf8-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/7d25a39d-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:30 PM",
"end" : "5:00 PM",
"filters" : {
"Audience Growth" : true,
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b3171348-82dc-e411-b87f-00155d5066d7",
"title" : "Network Performance \u0026 Tooling",
"description" : "In a mobile world, everything is about getting data off the servers, and into your device, as fast as possible. But that's easier said than done. In this talk, we'll walk through the zen of networking performance, some tools you should be using to optimize your usage, and some common pitfalls that you should avoid during development. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-28T23:30:00Z",
"endTimestamp" : "2015-05-29T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b3171348-82dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "4 PM",
"start" : "4:30 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "__afterhours__",
"title" : "After Hours",
"description" : "After spending the day surrounded by technology, take a chance to unplug and enjoy After Hours at Yerba Buena Gardens (main entrance on Howard \u0026 3rd Streets). Get a taste of what some of the Bay Area's best restaurants have to offer and discover some new local beer or wine. Enjoy an evening of music, featuring a great lineup of local bands and get ready for plenty of surprises that you won't want to miss. Conference credentials (badge and wristband) required to enter.",
"startTimestamp" : "2015-05-29T01:30:00Z",
"endTimestamp" : "2015-05-29T05:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_MISC"],
"speakers" : null,
"room" : "Yerba Buena Gardens",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/44a80622-24e5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 28,
"block" : "6 PM",
"start" : "6:30 PM",
"end" : "10:00 PM",
"filters" : {
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "798c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Activity Recognition: Use low power sensors to detect user activity",
"description" : "There are over a billion Android devices in the world, and they’re packed with sensors. Android Activity Recognition fuses this sensor data together to provide a simple, low-power interface for apps to understand the physical activities that users are doing. In this talk, we provide an overview of the Activity Recognition APIs, an introduction to new functionality that we've introduced, and talk through some interesting sample applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["9e701415-bcd4-e411-b87f-00155d5066d7","92fa1838-bcd4-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/798c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "d458a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Adaptive UI with Material Design",
"description" : "Responsive App Scaffolding: How do you take a Material app and extend it naturally across radically differing screen sizes? Talk will address design patterns that adapt to handset, tablet, and desktop applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_CHROME_WEB","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_AUTO","TYPE_SANDBOXTALKS"],
"speakers" : ["ec21d1a7-88dc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d458a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Android" : true,
"Auto" : true,
"Chrome / Web" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "218c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Android Pay In Apps",
"description" : "Come learn more about how you can build Android Pay into your app to drive faster checkouts and higher conversions. We’ll also show you how we’ve made integration a snap for app developers. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS","TOPIC_EARN"],
"speakers" : ["5bd49b5d-83dc-e411-b87f-00155d5066d7","5c00b159-1bea-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/218c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "358c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Android application architecture",
"description" : "Android is a large, rich platform with many capabilities, but a potentially overwhelming set of choices for any set of problems. This session will cover patterns, best practices, and architecture for solid, well-performing, and robustly structured Android applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["206e8764-bbd4-e411-b87f-00155d5066d7","fc4c314a-84dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/358c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6f59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Designing games for Google Cast",
"description" : "This inspirational and informative talk will describe the game design patterns and UX principles for delivering great games for Chromecast and other Cast devices. Topics will include choosing the best Google Cast technology for your game such as the Game Manager APIs or Remote Display for Google Cast, designing for the mobile and television experience on multiple screens, and adapting existing game design patterns to a multi-screen interactive format. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["70f4e052-d2d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6f59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "a241b6fd-a9dc-e411-b87f-00155d5066d7",
"title" : "Real-time analytics for mobile and IoT",
"description" : "You don't have to be a Big Data or Hadoop expert to do real-time analytics on data generated by your mobile or IoT app. Whether you're detecting abusive behavior in a game, optimizing user experience, or \"just\" generating live dashboard of activity in your app. Google provides full-managed tools which make this easy for any developer, including those whose skillset is more in the client/app tier. We will show you how a few lines of Java or Python can open the doors to unlimited real time insight. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS","TOPIC_EARN"],
"speakers" : ["223c8a29-aadc-e411-b87f-00155d5066d7","9db116b8-afdc-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/a241b6fd-a9dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "e1659132-a7dc-e411-b87f-00155d5066d7",
"title" : "Security Key: Make your login unphishable",
"description" : "Security Key is an inexpensive 2nd factor device which provides the user unphishable security for Google logins and for any other website which implements support. The user carries one device which works across all sites which support the open FIDO U2F protocol. We will talk about how to set yourself up on your Google login and also how you can enable support on any other website. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["686df00c-1aea-e411-b87f-00155d5066d7","f2f07b21-1aea-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e1659132-a7dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5b59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "The Knowledge Graph and You: Video actions and reviews",
"description" : "Learn how to get your video content and reviews surfaced in Google Search on mobile. This talk will cover website annotation and app deep linking. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["45cc3a01-d2d4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5b59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0c484b0c-a4dc-e411-b87f-00155d5066d7",
"title" : "Unit testing on Android",
"description" : "Unit tests are fundamental to a robust app testing strategy. Writing unit tests helps you to quickly catch and fix software regressions introduced by code changes to your app. In this talk we'll go through the new unit testing support in Android Studio and Gradle, looking at code samples and common scenarios. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T16:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["ca7d515a-a3dc-e411-b87f-00155d5066d7","13c74df9-17e5-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0c484b0c-a4dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "9:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "21718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Polymer and modern web APIs: In production at Google scale",
"description" : "The latest version of Polymer is fast and lean. Learn how teams at Google have successfully launched sites using Polymer and the latest platform APIs: Web Animations, Service Workers for offline and push notifications, and material design. And if you're new to Polymer we'll show you how to get started building mobile-first apps. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : true,
"isFeatured" : true,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["083b9492-b9d4-e411-b87f-00155d5066d7","c087e7dc-bcd4-e411-b87f-00155d5066d7","5602dee4-bcd4-e411-b87f-00155d5066d7","6feda010-52dd-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/21718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "3F8ED1VHII",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "10:00 AM",
"filters" : {
"Chrome / Web" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2402eda1-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "10:00 AM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "64041bcb-cbef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/64041bcb-cbef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "10:00 AM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "db96312e-e3d3-e411-b87f-00155d5066d7",
"title" : "Smarter user acquisition with App Indexing, AdWords and Google Analytics",
"description" : "Content discovery on mobile isn’t easy. Luckily, this is a familiar problem to Google. With App Indexing on both iOS and Android, you can engage users organically by surfacing app content in the search results page. And on Android specifically, you can even drive app installs for users who don’t have your app. Google’s smart mobile ads platform gives you access to AdWords, the world’s largest network, to find the right users who will install and engage with your app, plus you can gain insights through Google Analytics install attribution to know where your users came from. Discover Google’s variety of approaches to driving app discovery, growth and engagement in this session. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_EARN"],
"speakers" : ["b4c06c25-5fda-e411-b87f-00155d5066d7","9cbb2846-abdf-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/db96312e-e3d3-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "kIjjfADtM7A",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "10:00 AM",
"filters" : {
"Audience Growth" : true,
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "65718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "A little badass. Beautiful. Tech and human. Work and love. ATAP.",
"description" : "Optimized for speed. Because we are, well, impatient. And someone should be. The engines on Project Ara are revved. We’re on the road to Puerto Rico. Creating the hardware equivalent of the software app ecosystem sometimes feels a little Dakar Rally, sometimes a little Le Mans. Fast. Difficult. Worth it. Speaking of fast… We’ll debut our newest Spotlight Story ‘Fast-and-Furious’ style. Justin Lin’s live action short goes live at I/O. In full 360 with 3D soundsphere. Whaaaat? Exactly. And wearables that we hope will blow your socks off. (We mean this more literally than you might think…) Our goal: break the tension between the ever-shrinking screen sizes necessary to make electronics wearable and our ability to have rich interactions with them. Why can’t you have both? We like to build new things. Sometimes seemingly impossible things. We can build them faster together. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T17:15:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["4a0afc0e-b3df-e411-b87f-00155d5066d7","9c3fd321-b3df-e411-b87f-00155d5066d7","93736f36-b3df-e411-b87f-00155d5066d7","75c21847-b3df-e411-b87f-00155d5066d7","827ef975-f204-e511-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/65718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "26Bma3d0wko",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "10:15 AM",
"filters" : {
"Audience Growth" : true,
"Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true,
"What's Next" : true
}
},
{
"id" : "279a8ff6-88fa-e411-b87f-00155d5066d7",
"title" : "Office Hours with Google Developers Experts",
"description" : "Google Developers Experts (GDEs) will provide hands on advice to fellow developers on several Google technologies from Android UX patterns, App Indexing, Wearables, scaling your apps with Google Cloud to general topics about architecture, performance tuning and testing. Each of the sessions lasts between 30min to 1hour. You can sign up for a personal session in the Earn \u0026 Engage Sandbox on Level 2, Office Hours with Google Developers Experts. ",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_WEARABLES","TOPIC_SEARCH","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "4:00 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Search" : true,
"Wearables" : true
}
},
{
"id" : "3a1c6c4e-cbf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Mobile Ads Platform team",
"description" : "Visit our Mobile Ads Platform office hours space to learn more about all the different ways you can grow your audience through organic growth, paid advertising, engagement, monetization and understand your mobile app users through analytics.",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_AUDIENCEGROWTH","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "5:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Office hours" : true
}
},
{
"id" : "4d63c164-cbf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Play team",
"description" : "Visit our Google Play office hours space to learn more about all the different ways you can grow your business with Google Play.",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "5:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Office hours" : true,
"Play" : true
}
},
{
"id" : "1c232e56-cbf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Search team",
"description" : "Visit our Search for Developers office hours space to learn more about all the different ways you can grow and engage your (app) user base with Google Search.",
"startTimestamp" : "2015-05-29T16:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_SEARCH","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:00 AM",
"end" : "5:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Office hours" : true,
"Search" : true
}
},
{
"id" : "e958a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Android Design Support Library: Bringing material design to life",
"description" : "With a new visual design and new user interface patterns, material design has strongly impacted how Android apps look and act. Yet, you don't want to spend time building common material design components: that’s time that could be spent making your app stand out. Learn the story behind the key material design components, why they are important to your app, and how the new Android Design Support Library brings consistent, easy to use material design components to all developers. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["c43b7251-bbd4-e411-b87f-00155d5066d7","5607c721-d1d4-e411-b87f-00155d5066d7","c3b15d0b-89dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e958a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "d2078af1-89e4-e411-b87f-00155d5066d7",
"title" : "Android Pay In Stores",
"description" : "Many in-store transactions include loyalty cards, gift cards and coupons. Merchants can implement our new loyalty specification, making it convenient for people to use their loyalty cards by simply tapping at the point-of-sale terminal. We’ll also discuss an open API that enables merchants to drive customer engagement with loyalty cards, gift cards, and coupons in their mobile wallet. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["72f2cdac-81dc-e411-b87f-00155d5066d7","ca0c98c3-81dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d2078af1-89e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Android" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "92128ee7-84e4-e411-b87f-00155d5066d7",
"title" : "Building a successful subscription business on Google Play",
"description" : "More and more developers are building subscription-based businesses on Google Play. To support the growing supply and demand of subscription offerings, Google Play’s billing platform has been improved upon to help you acquire, convert, bill, and retain users. This talk introduces the opportunities and challenges of launching a direct-to-consumer subscription service, highlights how Google Play can help, and shares learnings from successful video, music, news, dating, and sports apps. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TYPE_SANDBOXTALKS"],
"speakers" : ["d5359297-d1d4-e411-b87f-00155d5066d7","dcda4841-90dc-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/92128ee7-84e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "9625a39d-b6d4-e411-b87f-00155d5066d7",
"title" : "Creating games with the Google Cast SDK",
"description" : "There are millions of Chromecasts in living rooms around the globe, ready for your amazing multiplayer game. Join us and discover how you can use the Game Manager APIs for Google Cast to focus on what you do best: creating compelling games for the living room using Android and iOS mobile devices as game controllers to unleash new interaction models for Chromecast and other Cast devices. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["ccee1204-a1dc-e411-b87f-00155d5066d7","25170118-a1dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9625a39d-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "8c25a39d-b6d4-e411-b87f-00155d5066d7",
"title" : "Get users into your app with Google's newest identity tools",
"description" : "Auth can be complicated, but getting it right doesn’t have to be. Learn about identity tools from Google that can help you quickly build an auth system that will grow with your business and reduce the friction of getting users into your app. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["85b72a39-d3d4-e411-b87f-00155d5066d7","f948313f-d3d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8c25a39d-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "003e9cff-addc-e411-b87f-00155d5066d7",
"title" : "Grow your app via new word-of-mouth tools from Google",
"description" : "The leading problem app developers face is to get users to discover their app in an extraordinarily competitive and crowded market. In this sandbox talk, we will present best practices for developers to drive organic growth via word-of-mouth. We will talk about how Google’s new cross-platform product to drive word-of-mouth growth: App Invites. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["f9628224-aedc-e411-b87f-00155d5066d7","f2ddc739-aedc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/003e9cff-addc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5b803e84-82e4-e411-b87f-00155d5066d7",
"title" : "Material Design year one",
"description" : "Lessons from the first year of material design. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_SANDBOXTALKS"],
"speakers" : ["c4b6fe55-bdd4-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5b803e84-82e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "bf8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Push notifications on the Web: Re-engaging your users",
"description" : "In this talk, we'll do a deep dive into sending push notifications to your web users on desktop and mobile, even after they've left your site. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9ad01e5a-49dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/bf8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Chrome / Web" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "498c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "The Future of Google Search for Android TV",
"description" : "Search on Android TV enables easy discovery of rich-media content and Google knowledge results. The discovery starts with voice input via a single button press on the remote. Google Search and voice recognition makes it a powerful experience. As an app developer, you will be able to further enrich such a search experience and drive users to your app by understanding Google Search. Join us to learn how we're improving Google's most powerful living room search experience, and how this will affect your app on TV. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T16:30:00Z",
"endTimestamp" : "2015-05-29T17:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TV\u0026LIVINGROOM","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["22511a02-86dc-e411-b87f-00155d5066d7","36460a1c-86dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/498c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "9 AM",
"start" : "9:30 AM",
"end" : "10:00 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"TV \u0026 Living Room" : true
}
},
{
"id" : "3f8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Android Developer Tools: Deep dive into Performance \u0026 Build Tools",
"description" : "Having the right developer tools can make it easier to build Android apps for multiple build targets or improve the performance of an app. This talk is a deep dive on the latest developments on in Performance \u0026 Build Tools in Android Studio. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["24141515-09e3-e411-b87f-00155d5066d7","71a6b62b-09e3-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3f8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "41d33643-a4dc-e411-b87f-00155d5066d7",
"title" : "Android Testing Support Library: The next generation of Android Testing APIs",
"description" : "The Android Testing Support Library is a collection of tools for testing Android apps. This talk will introduce key parts of ATSL (namely test runner and rules, as well as Espresso) and demonstrate how they can be used to author and execute a set of simple tests that can run in a device or an emulator. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["053bed19-a3dc-e411-b87f-00155d5066d7","0268fd75-a4dc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/41d33643-a4dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "78a53e19-9ae4-e411-b87f-00155d5066d7",
"title" : "Anyone can do it! Easy ways to evaluate your App’s Accessibility",
"description" : "One in 5 people in the U.S. will have a disability in their lives. They want to be productive, creative and of course -- use your app. Technology has made more experiences, connections, and products available to people with disabilities but there is still room for improvement. With our talk we will help you to understand the experience of your app from the perspective of a user with accessibility needs. We will share best practices, pitfalls, and a step by step guide on how to use easy UX research techniques to improve the accessibility of your application. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ACCESSIBILITY","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["a18e34a3-d2d4-e411-b87f-00155d5066d7","51ad64c9-a1dc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/78a53e19-9ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Accessibility" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b78c8bc0-69e4-e411-b87f-00155d5066d7",
"title" : "Finding success with family-friendly apps on Play",
"description" : "Insights into the secrets of success for family-friendly apps and games on Google Play. Get practical tips directly from top partners to help you boost your reach, retention and revenue. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["6ad0845e-90dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b78c8bc0-69e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "5659a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Get your app into the Google index",
"description" : "Learn the steps involved in making sure a mobile app can be indexed by Google and appear in Google Search results and Search autocompletions. This talk will show how App Indexing can help you get new users, drive re-engagement, and measure the results. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["d79215d7-f1ec-e411-b87f-00155d5066d7","cbdc2ff7-f1ec-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5659a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "18667bad-8be4-e411-b87f-00155d5066d7",
"title" : "Introduction to light-weight Material design",
"description" : "Learn how to create beautiful interactive web apps in minutes with light-weight Material components and styling with only JavaScript and CSS. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["b28a3550-48dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/18667bad-8be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "94201e8f-81e7-e411-b87f-00155d5066d7",
"title" : "Mobile app install attribution with Google Analytics",
"description" : "More and more developers rely on app promotion to get their app in the hands of users. With hundreds of networks to choose from, it can be difficult to keep track of and manage it all. However, with Google, you can stay on top of your app install attribution needs. In this session, we will cover how you can get started configuring campaign setup, determining where your installs came from to optimize on them. We will also cover how you can measure the effectiveness of your marketing campaigns. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["c0629c7e-81dc-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/94201e8f-81e7-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "2eae5013-addc-e411-b87f-00155d5066d7",
"title" : "Mobile games to the big screen with Google Cast",
"description" : "There are millions of mobile devices with powerful GPUs and sensors ready to extend amazing interactive content to the largest screen in the home. Come learn how easily you can bridge the gap to the big screen in your new or existing mobile games for Android and iOS. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T17:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["336cee40-addc-e411-b87f-00155d5066d7","8e8a616b-addc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2eae5013-addc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "10:30 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "8d59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Project Tango - Mobile 3D tracking and perception",
"description" : "Understanding where we are and what is around us shapes our behavior and our interactions with people and objects. Yet most mobile devices today assume that the boundaries of the world end at the boundaries of the screen. Project Tango is a platform integrating custom sensors and software that allow developers to explore new user experiences enabled by 3D tracking and perception. Applications include navigating through indoors spaces, measuring your environment, playing 3D games around your home, and being able to walk through immersive experiences. Come join us on this journey. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["86b0009d-d2d4-e411-b87f-00155d5066d7","6ecca908-19e5-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8d59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "kIjjfADtM7A",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "11:00 AM",
"filters" : {
"Android" : true,
"Live streamed" : true,
"Location" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true,
"What's Next" : true
}
},
{
"id" : "89589ea9-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "11:00 AM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "02aca013-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/02aca013-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "11:00 AM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "60718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Tech for a better world, faster: A discussion with Google.org's social innovators",
"description" : "How does an engineer, developer or computer scientist harness his or her skills to address humanity’s biggest challenges? Listen to technologists -- from Charity:water, Code for America, NexLeaf and HandUp -- who are leading innovative projects at forward-thinking nonprofit organizations supported by Google.org. They’ll share the challenges, successes, and rewards of applying technology to causes like clean water, global health, education, or increasing access for the more than three billions of people around the world facing some form of disability. You might be inspired to harness your own skills and talents toward creating a better world faster. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-29T17:00:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["38657c71-dcd8-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/60718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "3F8ED1VHII",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:00 AM",
"end" : "11:00 AM",
"filters" : {
"Audience Growth" : true,
"Live streamed" : true,
"Sessions" : true,
"What's Next" : true
}
},
{
"id" : "a08eebf1-fce2-e411-b87f-00155d5066d7",
"title" : "Fireside chat with the Google mobile services teams",
"description" : "Google has been pushing the boundaries of what's possible in mobile computing for years by delivering new functionality and APIs that developers can use to develop great apps, engage their users, and earn money. Since the last Google I/O, the Google Play services team has pushed five new releases, each to over a billion devices. We've also made many of these services available on iOS, bringing the possible device market to an even wider audience. Meet the team that makes this possible, understand their objectives, and the alignment between iOS and Android. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["101f7be0-dcd8-e411-b87f-00155d5066d7","1b40bead-f4f7-e411-b87f-00155d5066d7","42b585d7-f4f7-e411-b87f-00155d5066d7","24c0f3fc-f4f7-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/a08eebf1-fce2-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c453dc9d-aedc-e411-b87f-00155d5066d7",
"title" : "How to create apps that families love",
"description" : "Kids today are consuming technology like never before, and parents are supporting this habit. Find out the key elements of designing high-quality apps for families and kids, directly from Google and top developers in this space. This talk will discuss best practices for creating great family-friendly user experiences, how to appeal to parents with features that kids like, and optimizing user interface design for children. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["133d659c-10df-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c453dc9d-aedc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "9c65fe9b-8ce4-e411-b87f-00155d5066d7",
"title" : "Introduction to high-performance NDK Audio",
"description" : "Android is now ready for serious audio and music applications. This talk will introduce creating high-performance, low-latency audio generation applications in C/C++ with the Android NDK. We will cover creating an NDK application project, OpenSL ES audio playback and an architecture for audio synthesis applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["60166cd8-83dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9c65fe9b-8ce4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b58c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Lovefield - Simple, offline SQL-like data store for the web",
"description" : "Lovefield is an open-source, cross-browser relational database management system written in JavaScript. It is fast, easy-to-use, and helps shaping offline-capable web apps. It provides expressive SQL-like query capabilities which bridge the gap created by WebSQL deprecation. In this talk, we will demonstrate how to use Lovefield to help with building offline-first web apps. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["3af1a2c6-bcd4-e411-b87f-00155d5066d7","35889d8f-10e2-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b58c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"67fa8734-8be4-e411-b87f-00155d5066d7" : true,
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"c058a197-b6d4-e411-b87f-00155d5066d7" : true,
"f37a6899-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "ff0e5123-cae3-e411-b87f-00155d5066d7",
"title" : "Material design icons made easy",
"description" : "Simple and clear iconography is vital to well designed and usable user interfaces. Google is making available an icon set based on material design principles that you can use in your web, Android and iOS apps. Learn about the design of the icons, how to use them in your apps, and best practices for vector assets, icon fonts, and animated icons. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["5837632e-d1d4-e411-b87f-00155d5066d7","ad970564-45dd-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ff0e5123-cae3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "d6742a26-84e4-e411-b87f-00155d5066d7",
"title" : "Promote your mobile app in minutes",
"description" : "In a matter of minutes, launch a campaign that reaches users across Google Search, AdMob, Play, YouTube, and more. Come by this session to learn tips on developing creatives, bidding and reporting to maximize your app installs. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["4cc92ea7-7edc-e411-b87f-00155d5066d7","4ee4be33-0ced-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d6742a26-84e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "4259a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Reach more gamers by going local",
"description" : "Connect with the next billion players by going local. Google, as a platform, has unprecedented reach all over the world, but developers often don't know where to start. Building the best user experiences, one market at a time, is a great strategy to expand globally. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_GAMES","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9c3a2db0-d1d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/4259a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Games" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0fad9699-0fe9-e411-b87f-00155d5066d7",
"title" : "Second annual Google Security update at I/O",
"description" : "Google's Security Team protects the Internet, our users, and their data. We also build developer-focused technology like the Safe Browsing API. Join us for our second annual update where we'll tell you about how the Google Security Team does what it does, what we've been up to since last year's update, and give you the chance to ask us questions. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e74f81c9-0fe9-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0fad9699-0fe9-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f261b2dd-cce3-e411-b87f-00155d5066d7",
"title" : "Smarter approaches to app testing",
"description" : "One of the reasons over a billion users love Android is that they get to pick the device that's just right for them. This can make it harder to test on all of your users’ devices before release. Apps that are tested thoroughly get better reviews and make more money (fact!). We're here to help – hear about the new ways Google can help maximize the success of your next app launch with cheaper and easier testing strategies. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T17:30:00Z",
"endTimestamp" : "2015-05-29T18:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["6c18c1c8-d1d4-e411-b87f-00155d5066d7","b16ed8b6-90dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f261b2dd-cce3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "10 AM",
"start" : "10:30 AM",
"end" : "11:00 AM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f122e3a2-c9e3-e411-b87f-00155d5066d7",
"title" : "App discovery on Google Play",
"description" : "Over the last year, we've made Play’s homepages more tailored to each user so they find what they're interested in faster and easier. So you'll understand how your apps and games are discovered, we'll explain how we model user tastes and interests, how we make recommendations, and how we occasionally take educated guesses on content we've never shown them before. We also talk about new immersive experiences that’ll help the user engage with the store regularly, so they'll discover more of your apps to love. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["68897b8b-d1d4-e411-b87f-00155d5066d7","11ff2f02-90dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f122e3a2-c9e3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "e458a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Applying Wear design patterns",
"description" : "A very detailed and thorough look at the new Material Design patterns for Android Wear apps: When should you be an app versus a notification or contextual card? What patterns are right for what tasks/apps? How to mix and match? (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["71329f73-b9d4-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e458a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Wearables" : true
}
},
{
"id" : "8725a39d-b6d4-e411-b87f-00155d5066d7",
"title" : "Google Cloud Messaging new APIs deep dive",
"description" : "Come learn about what is new in Google Cloud Messaging (GCM), and how these APIs can simplify your development in building mobile messaging and notification solutions. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["11411b95-a1df-e411-b87f-00155d5066d7","aa9a5353-eee9-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8725a39d-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "bfcfd338-94f9-e411-b87f-00155d5066d7",
"title" : "Google Spotlight Stories is here. Meet the Creators.",
"description" : "Engineers and critically-acclaimed, OSCAR and Emmy-award winning, filmmakers are bringing new stories to life in mobile. Using 3D and 2D animation, 360° spherical cinema-quality video, sound sphere audio, and sensor fusion techniques, the screen is now a window into a story that unfolds all around you. From the storyteller’s perspective, do traditional filmmaking techniques still apply? Or are we creating new rules and tenets? How do you conceptualize? Create? Direct in this new world? And for an audience of billions? What’s it like to be present, in that rare moment in time, when a new format emerges?\n",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_WHATSNEXT","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["75c21847-b3df-e411-b87f-00155d5066d7","6ae82b7c-81fa-e411-b87f-00155d5066d7","dc5a00fc-84fa-e411-b87f-00155d5066d7","56054844-85fa-e411-b87f-00155d5066d7","1a331760-85fa-e411-b87f-00155d5066d7","21029576-85fa-e411-b87f-00155d5066d7","703b0f68-21fb-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Audience Growth" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"What's Next" : true
}
},
{
"id" : "72c334e4-86e4-e411-b87f-00155d5066d7",
"title" : "Grow your (app) user base with Search",
"description" : "Google Search for Developers will help you get more users and keep them engaged with your app or website. Google Search helps increase your Android app installs and site usage by making your content stand out to users. Search also brings you users looking for answers and actions like playing a song. This talk covers App Indexing, Voice Actions, Structured Data, and Webmaster Tools. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["3eca61e8-d1d4-e411-b87f-00155d5066d7","e3a976ee-d1d4-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/72c334e4-86e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c002d2c2-c8e3-e411-b87f-00155d5066d7",
"title" : "Improving urban mobility by connecting citizens",
"description" : "Waze launched the Connected Citizens Program in October 2014 with 10 cities around the world. Now, at 30 cities, law enforcement and Departments of Transportation, we have data on the impact of massively crowdsourced data on our traffic patterns. We’ll share case studies and look at the real ways they’re improving their cities to meet citizen expectations in a mobile world. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_LOCATION","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["3bf79b63-8edc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c002d2c2-c8e3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true
}
},
{
"id" : "b158a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Offline apps with Polymer and Service Worker",
"description" : "What happens when your users try to return to your web app while offline? The answer is probably that they see a default browser error page. Now, with new, standardized web platform features, you can control this experience, maybe even providing the full value of your app while offline. In this talk, learn how service workers make great offline experiences possible, and how Polymer makes it easy. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e0e5733e-4add-e411-b87f-00155d5066d7","bf3bdc4c-4add-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b158a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "178c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Recommendations with Android TV",
"description" : "Content Recommendations enable your app's content to be placed front and center on the Android TV Home Screen. This talk will cover guidelines for creating relevant, actionable recommendations and preview new APIs that will assist in their development and deployment on Android TV. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["d0ec25fe-82dc-e411-b87f-00155d5066d7","ea821e11-83dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/178c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "888c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Unleashing the power of Android Backup",
"description" : "We’ve all been there: You set up a new device, but your apps don’t carry over properly from your old phone to your new one. Now there’s an answer. The Android “M” release ships with full data cloud backup in Google Drive, so now all of the user data associated with an app (“AppData”) will be backed up and restored. This talk will show you how to set this up in your own apps, and will demo several scenarios with popular apps that “just work” out of the box after a restore. This seamless full-data backup creates an awesome user experience and maximizes user adoption of your apps even when transitioning to a new device. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T18:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["950cef66-bcd4-e411-b87f-00155d5066d7","65523ba6-87dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/888c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "11:30 AM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6f718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Designing for virtual reality",
"description" : "Designing great user experiences in virtual reality is considerably different than designing for the more traditional 2D form factors that you may be familiar with. Virtual reality introduces a new set of physiological and ergonomic considerations to your design work. Additionally, as a new medium users may not have established a familiarity with interacting with virtual reality applications yet. And with an infinite canvas inside of your application, there are some very real challenges with guiding the user’s focus and attention. We’ll review common interactive patterns for virtual reality applications that work well. We'll also discuss best practices for rapid prototyping in virtual reality, and what the Google VR design team has learned from crafting virtual reality applications. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["a582fe89-bad4-e411-b87f-00155d5066d7","66d959cb-9cd9-e411-b87f-00155d5066d7","e556bbde-9cd9-e411-b87f-00155d5066d7","4f546bc8-9dd9-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6f718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "kIjjfADtM7A",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "12:00 PM",
"filters" : {
"Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true,
"What's Next" : true
}
},
{
"id" : "2b718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Developing Extraordinary Apps with Firebase",
"description" : "Firebase is the fastest way to build your app. Come and learn how you can build applications quickly without managing complex infrastructure. You'll find out how Firebase's data storage, user management, and asset hosting features work, and also hear some exciting new announcements. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["e2c9dfe3-b9d4-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2b718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "3F8ED1VHII",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "12:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "106c458e-b8dc-e411-b87f-00155d5066d7",
"title" : "Helping Moonshots Survive Contact with the Real World",
"description" : "Venture inside Google[x] for an in-depth conversation with Astro Teller, Captain of Moonshots, who will discuss one of the hardest parts of the innovation process -- the part where you come into contact with the real world, and learn what’s wrong with what you’ve done so far. He’ll explain why failure is so important to the innovation process at Google[x], and how we relentlessly seek out contact with the harsh realities of weather, physics, humanity, and much more, because so much of what we have to learn can’t be predicted by a book, taught in school or observed in a lab. He'll illustrate this by sharing hard-earned lessons from Project Loon, the self-driving car, Makani and more. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : true,
"isFeatured" : true,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_DESIGN","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["00a6bdcd-b8dc-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/106c458e-b8dc-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "26Bma3d0wko",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "12:00 PM",
"filters" : {
"Audience Growth" : true,
"Design" : true,
"Live streamed" : true,
"Sessions" : true,
"What's Next" : true
}
},
{
"id" : "d8c4860c-e2f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d8c4860c-e2f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "12:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "bb8a0ab1-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "12:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "bc8b5e25-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T18:00:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/bc8b5e25-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:00 AM",
"end" : "12:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "860933b9-9ae4-e411-b87f-00155d5066d7",
"title" : "Building location aware apps using the Android Location and Places APIs",
"description" : "When we talk about meeting up for lunch, we don’t think of location as latitude and longitude - we think of a place, like a restaurant or cafe. The Places API makes using location in Android more powerful by providing APIs to accurately determine and communicate about the place or semantic location that a device is currently at, powered by Google's best in class local business data. This talk introduces the new features available for representing location as part of the API, and the practical applications of this API. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["50c15367-8fdc-e411-b87f-00155d5066d7","00973097-15df-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/860933b9-9ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2c0b0393-8ae4-e411-b87f-00155d5066d7",
"title" : "Building voice actions for your Android app",
"description" : "In this talk, attendees will learn how to drive traffic to their Android app using voice actions. We'll cover how apps should inform Google which “OK Google” requests they can handle on phones, tablets, and watches. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["3e830fdc-d1d4-e411-b87f-00155d5066d7","0646f9d4-90dc-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2c0b0393-8ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c81bb1dd-54e4-e411-b87f-00155d5066d7",
"title" : "Containers to back your mobile app",
"description" : "Your mobile backend APIs need to be simple, reliable, and ready to scale when your userbase does. In this talk, we'll walk you through setting up very flexible API using containers on Google Cloud Platform. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["39907dd6-acdc-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c81bb1dd-54e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b4352201-cde3-e411-b87f-00155d5066d7",
"title" : "Gaming on Android TV",
"description" : "Android is in the living room, through Android TV. Players are finding that their familiar consumer electronics devices, from cable boxes, to media players, to televisions, now give them easy access to great games. With the Nearby Connections API we introduced at GDC, developers can now bring second screen experiences to Android TV too. This talk discusses how to easily adapt games to Android TV. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["3895c08b-86dc-e411-b87f-00155d5066d7","59d556a4-86dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b4352201-cde3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5871c9bd-98e4-e411-b87f-00155d5066d7",
"title" : "Grow your app via new word-of-mouth tools from Google",
"description" : "The leading problem app developers face is to get users to discover their app in an extraordinarily competitive and crowded market. In this sandbox talk, we will present best practices for developers to drive organic growth via word-of-mouth. We will talk about how Google’s new cross-platform product to drive word-of-mouth growth: App Invites. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["f9628224-aedc-e411-b87f-00155d5066d7","f2ddc739-aedc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5871c9bd-98e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "73a99d81-81e4-e411-b87f-00155d5066d7",
"title" : "Leanback support library",
"description" : "Android TV presents unique opportunities for developers to create a living room presence for their applications and services. Delivering a delightful experience for TVs requires consideration of distance, form factor, and input, but it doesn't have to be difficult! Come learn about the Leanback support library, designed for rapid development of TV UX through customizable fragments and templates. We will present a broad overview of features, and highlight upcoming visual changes and new features. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["dffe7257-86dc-e411-b87f-00155d5066d7","841c4867-86dc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/73a99d81-81e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2a639379-cae3-e411-b87f-00155d5066d7",
"title" : "Project Volta: Android battery life",
"description" : "No one likes battery-draining apps. We’ve analyzed power use by the platform and apps and want to share what we've found. We will go over best power practices, tools for measuring power consumption, as well as APIs that make it easy for you to write applications that drain less battery. Join us in helping improve battery life for our users. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["66ccda3c-bbd4-e411-b87f-00155d5066d7","d07681db-76f2-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2a639379-cae3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "28ddeae1-8ce4-e411-b87f-00155d5066d7",
"title" : "Smarter and personalized device authentication with Smart Lock",
"description" : "Join us to learn how we’ve made Android even smarter so you can securely and conveniently keep your phone unlocked using a new set of exciting technologies from biometrics to wearables. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["4ef6d377-bcd4-e411-b87f-00155d5066d7","68e83cd7-87dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/28ddeae1-8ce4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "02b772bf-6ae4-e411-b87f-00155d5066d7",
"title" : "Using \"always-on\" in wearable apps",
"description" : "The Android Wear platform now allows long-running applications to control the entire screen in low-power ambient mode (with a lower refresh rate, in black and white). Previously, when the watch entered low-power mode, it returned to the home screen, exiting the currently running application. In this talk we will describe how to update the long-running activities in your application to implement always-on mode to preserve application state and continually present ongoing updates, while conserving battery. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T18:30:00Z",
"endTimestamp" : "2015-05-29T19:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["669c1a81-bcd4-e411-b87f-00155d5066d7","9158fa87-80e8-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/02b772bf-6ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "11 AM",
"start" : "11:30 AM",
"end" : "12:00 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "ac71d648-c9e3-e411-b87f-00155d5066d7",
"title" : "Achieving Maps zen on Android",
"description" : "Is your map user experience lacking harmony? Does it feel a bit plain? Google Developer Advocate, Ankur, will enlighten you on the zen patterns that bring maps feng shui to your Android apps. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["afbd8981-8cdc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ac71d648-c9e3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "69a71fec-6ae4-e411-b87f-00155d5066d7",
"title" : "Building fitness apps on wearable devices",
"description" : "This talk will cover some APIs of particular interest to developers creating fitness applications on Android Wear devices, including how to get easy access to aggregate step counts for display within watch faces, and how to read heart rate on devices with an integrated heart rate monitor. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["cf9dd40d-2bf8-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/69a71fec-6ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "59e3db9f-cde3-e411-b87f-00155d5066d7",
"title" : "Make Believe",
"description" : "Join us to explore virtual reality and how it may change our lives. Learn how it works and how to design virtual reality experiences. Includes lessons learnt from virtual reality game developer Katie Goode. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_WHATSNEXT","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["4b9729c2-d2d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/59e3db9f-cde3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"What's Next" : true
}
},
{
"id" : "72233db7-8ee4-e411-b87f-00155d5066d7",
"title" : "Rendering Performance \u0026 Tooling",
"description" : "Rendering performance is all about how fast you can draw your activity, and get it updated on the screen. Success here means your users feeling like your application is smooth and responsive, which means that you’ve got to get all your logic completed, _and_ all your rendering done in 16ms or less, each and every frame. But that might be a bit more difficult than you think. In this talk,we will take a look at what “rendering performance” means, alongside some of the most common pitfalls that are ran into; and let’s not forget the important stuff: the tools that help you track down, and fix these issues before they become large problems. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/72233db7-8ee4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6e24e9aa-81e4-e411-b87f-00155d5066d7",
"title" : "Simplifying app development using the wearable support library",
"description" : "The wearable support library provides extra functionality used by Android Wear developers to develop great wearable experiences. It includes common user interface components that developers can use to support round and square watches, notification cards, long press to dismiss, countdowns, confirmations, 2D pickers, and selection lists. Come to the talk to find out more about how to use the wearable support library, and how you can use it to simplify your Android Wear development. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["6b21dfbd-7fe8-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6e24e9aa-81e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "1cbcc5dd-9ae4-e411-b87f-00155d5066d7",
"title" : "The Earth in real time",
"description" : "Over the past ten years, we’ve all gotten used to seeing satellite imagery on platforms like Google Maps and Google Earth. It’s easy to forget that just a few decades ago, images taken from space made huge changes in how we understand life on Earth. They helped us understand how mountains form, how cities grow, and sparked the modern environmental movement. With Skybox, we’re looking to take the next step forward in satellite imaging and find new ways to help people use data from space to solve problems on Earth. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["504a7e44-89dc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1cbcc5dd-9ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f37a6899-89e4-e411-b87f-00155d5066d7",
"title" : "Video chat for Web, iOS and Android",
"description" : "WebRTC enables realtime audio, video and data communication on billions of clients across Web, Android and iOS. In this talk, you will learn how to build a high performance, cross-platform voice and video chat application. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["1166730e-bdd4-e411-b87f-00155d5066d7","d6c76ef2-e4f5-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f37a6899-89e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"67fa8734-8be4-e411-b87f-00155d5066d7" : true,
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"a18c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"b58c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"c058a197-b6d4-e411-b87f-00155d5066d7" : true,
"fa7d85ce-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "9651920d-85e4-e411-b87f-00155d5066d7",
"title" : "What's new in the Google Play Developer Console",
"description" : "Google Play’s new launches will help you acquire more users and improve the quality of your app. Come and hear an overview of the latest features and how you can start taking advantage of them in the Developer Console. You’ll have more successful user acquisition on Google Play through Google's smartest ad product and new conversion funnel. And you’ll get more conversions by running A/B tests on your Google Play store listing. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T19:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["3d17f7d9-10df-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9651920d-85e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "12:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "981b6234-57e4-e411-b87f-00155d5066d7",
"title" : "Ignite",
"description" : "Ignite is a series of five-minute presentations for geeks. Each speaker gets 20 slides that auto-advance after 15 seconds. Come prepared to for rapid-fire ideas from all over the world.",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_WHATSNEXT","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9ea1f3b3-68e4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/981b6234-57e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "1:00 PM",
"filters" : {
"Audience Growth" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"What's Next" : true
}
},
{
"id" : "29ce02b7-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "1:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "d889342c-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T19:00:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d889342c-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:00 PM",
"end" : "1:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "7619e4f7-cae3-e411-b87f-00155d5066d7",
"title" : "Android Developer Tools: Deep dive into Performance \u0026 Build Tools",
"description" : "Having the right developer tools can make it easier to build Android apps for multiple build targets or improve the performance of an app. This talk is a deep dive on the latest developments on in Performance \u0026 Build Tools in Android Studio. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["24141515-09e3-e411-b87f-00155d5066d7","71a6b62b-09e3-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/7619e4f7-cae3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c20c1380-c9e3-e411-b87f-00155d5066d7",
"title" : "Designing for Driving",
"description" : "Android Auto was developed to take features and apps from your phone and deliver them in a responsible manner for use in your car. This is a challenging process: there’s a lot of research and reason that goes into every part of the interface to minimize driver distraction and help keep eyes on the road. In this talk, we step through some of the research that guides the design of Android Auto. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_AUTO","TYPE_SANDBOXTALKS"],
"speakers" : ["14f4e83c-83dc-e411-b87f-00155d5066d7","7c4e6155-73f2-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c20c1380-c9e3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Android" : true,
"Auto" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b1734c67-82e4-e411-b87f-00155d5066d7",
"title" : "Expressing brand in Material",
"description" : "Anyone should be able to incorporate the material design framework while maintaining a strong brand identity. Whether it’s a custom font, a unique color story, or distinct voice, everything that provides stylistic distinction in a product should be celebrated and supported in the material design framework. We’ve laid out the top brand touchpoints to help illustrate the system’s flexibility and give designers and developers a road map for showcasing their brand identity. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["bc8fe73a-d1d4-e411-b87f-00155d5066d7","42bca3c6-45dd-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b1734c67-82e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Audience Growth" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "d716c904-9be4-e411-b87f-00155d5066d7",
"title" : "Finding your way with the Google Maps SDK for iOS",
"description" : "The next generation of awesome apps are going to be intelligent and context aware. This talk explores how you can use the Google Maps SDK for iOS, with the addition of new Places API for iOS to take your app to the next level by using Google's beautiful maps and comprehensive locations databases. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["2801721e-8cdc-e411-b87f-00155d5066d7","a2da6237-8cdc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d716c904-9be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "681d9b11-99e4-e411-b87f-00155d5066d7",
"title" : "Fireside chat with the Google mobile services teams",
"description" : "Google has been pushing the boundaries of what's possible in mobile computing for years by delivering new functionality and APIs that developers can use to develop great apps, engage their users, and earn money. Since the last Google I/O, the Google Play services team has pushed five new releases, each to over a billion devices. We've also made many of these services available on iOS, bringing the possible device market to an even wider audience. Meet the team that makes this possible, understand their objectives, and the alignment between iOS and Android. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["101f7be0-dcd8-e411-b87f-00155d5066d7","1b40bead-f4f7-e411-b87f-00155d5066d7","42b585d7-f4f7-e411-b87f-00155d5066d7","24c0f3fc-f4f7-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/681d9b11-99e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "914a8843-85e4-e411-b87f-00155d5066d7",
"title" : "How an education app went from good to great",
"description" : "Learn best practices for building educational apps through an illuminating case study. We’ll speak with the co-founder of WeVideo about their success reaching the education market and illustrate how they radically transformed their Android app to meet the needs of teachers and students. WeVideo is one of many innovative apps in Google Play for Education, which can help schools find and buy your app, without having to knock on school doors. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e7c3efb6-4ff3-e411-b87f-00155d5066d7","80923bc2-fbf8-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/914a8843-85e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3f108dd3-8ee4-e411-b87f-00155d5066d7",
"title" : "Memory Performance \u0026 Tooling",
"description" : "What’s great about Android’s runtime is that most of the stress of memory reclamation is done for you. The system will track what you’re doing, and will free an object on your behalf when it isn’t needed any more. While this is great for your general health, and blood pressure, this doesn’t exclude performance problems from happening here. In this talk, we will walk through how the Android memory system works, and identify some common perf problems, and introduce you to tools to help track down and solve the issues. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3f108dd3-8ee4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "94a12773-87e4-e411-b87f-00155d5066d7",
"title" : "Optimizing your game’s first impression on Play",
"description" : "Google Play offers developers an incredible opportunity to reach more than 1 billion people in 190 countries. App discovery and distribution play a critical role in driving developers’ success. Learn from the Dots team on how they leveraged Google Play’s features to optimize their visual assets for increased discovery and distribution of their games. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_GAMES","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9c3a2db0-d1d4-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/94a12773-87e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "fa7d85ce-89e4-e411-b87f-00155d5066d7",
"title" : "The Gold Standard: Accessible Web Components",
"description" : "Web Components give developers amazing power to redefine the shape of HTML. But this power requires we pay special attention to accessibility and make sure that as we charge into the future, we're not leaving our users behind. With an accessibility checklist in hand, you can be confident that the components you're creating will work well with assistive technologies. Join us to learn how to craft your components so they meet the \"Gold Standard\". (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T19:30:00Z",
"endTimestamp" : "2015-05-29T20:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ACCESSIBILITY","TOPIC_CHROME_WEB","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["4dbd009e-bcd4-e411-b87f-00155d5066d7","f0e5035f-47dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/fa7d85ce-89e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 29,
"block" : "12 PM",
"start" : "12:30 PM",
"end" : "1:00 PM",
"filters" : {
"1a3da45a-83e7-e411-b87f-00155d5066d7" : true,
"Accessibility" : true,
"Chrome / Web" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"ac58a197-b6d4-e411-b87f-00155d5066d7" : true,
"c058a197-b6d4-e411-b87f-00155d5066d7" : true,
"f37a6899-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "1a9988e4-82e4-e411-b87f-00155d5066d7",
"title" : "Android Testing Support Library: The next generation of Android Testing APIs",
"description" : "The Android Testing Support Library is a collection of tools for testing Android apps. This talk will introduce key parts of ATSL (namely test runner and rules, as well as Espresso) and demonstrate how they can be used to author and execute a set of simple tests that can run in a device or an emulator. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["053bed19-a3dc-e411-b87f-00155d5066d7","0268fd75-a4dc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1a9988e4-82e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "e8f4bd87-55e4-e411-b87f-00155d5066d7",
"title" : "Android for Work Update",
"description" : "Android M is bringing the power of Android to all kinds of workplaces. This opens huge new markets for hundreds of millions of devices to workers at small business, deskless workers, logistics and warehousing jobs; all be empowered by adoption of Android devices at Work. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["af7b8c8f-bcd4-e411-b87f-00155d5066d7","63851097-bcd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e8f4bd87-55e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "97680f9e-6ae4-e411-b87f-00155d5066d7",
"title" : "Apps installing channels on TVs",
"description" : "TV Input Framework enables your app to install channels on TVs that blend in seamlessly with traditional linear channels. This talk will cover an overview of creating an TV input plugin inside your app and best practices for handling media playback, program guide, overlay, setup and more. We will also present upcoming changes in the framework and new features. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["1bcd12af-84dc-e411-b87f-00155d5066d7","4a11a6c5-84dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/97680f9e-6ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5c713c3a-d3ea-e411-b87f-00155d5066d7",
"title" : "Asking for permission",
"description" : "To get access to new mobile web APIs, websites need to ask the user for permission. Come learn how to convince users to say yes (and stay engaged). (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e01504bf-47dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5c713c3a-d3ea-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f689b728-82dc-e411-b87f-00155d5066d7",
"title" : "Battery Performance \u0026 Tooling",
"description" : "Battery is the most precious resource to Android users right now. The world is more mobile, but it’s frustrating when you can’t make it through a full day without needing to recharge your phone. And Sadly, for most developers, battery efficiency is the last thing on their minds. In this talk, we will introduce the basic concepts of Battery Performance on Android, some tools to help you find problems, and point out a few simple pitfalls to avoid while writing your application. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f689b728-82dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "603c6524-cee3-e411-b87f-00155d5066d7",
"title" : "Google Cloud Messaging new APIs deep dive",
"description" : "Come learn about what is new in Google Cloud Messaging (GCM), and how these APIs can simplify your development in building mobile messaging and notification solutions. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["11411b95-a1df-e411-b87f-00155d5066d7","aa9a5353-eee9-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/603c6524-cee3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "e2101d27-cbf5-e411-b87f-00155d5066d7",
"title" : "Google Developer Expert on hidden treasures within Google Play services",
"description" : "Google Play services are becoming critical for making a rich and complete Android app. Did you know that adding a few lines of code to existing useful APIs within Google Play services can enable amazing features in your app? In this talk, a Google Developer Expert, (our extended network of developers experienced in Google technologies), will do a roundup of some hidden treasures in Google Play services, such as Location, Places, Analytics and Wear, that can transform your app.",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_PLAY","TYPE_SANDBOXTALKS"],
"speakers" : ["1ba842f1-e1f8-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e2101d27-cbf5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "d806d94d-9be4-e411-b87f-00155d5066d7",
"title" : "Mobilizing the Maps Data APIs",
"description" : "Geo web services let developers create compelling location based apps on mobile, such as snapping your car’s location to roads, auto-completing an address, or displaying directions from A to B on a map. This talk will tackle several challenges that developers face in working with web services for mobile, in particular key security, how to share context between different APIs and conserving battery life. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["749cb296-8cdc-e411-b87f-00155d5066d7","90f5fba6-17e5-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/d806d94d-9be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "9c96228f-36f4-e411-b87f-00155d5066d7",
"title" : "Push notifications on the Web: Re-engaging your users",
"description" : "In this talk, we'll do a deep dive into sending push notifications to your web users on desktop and mobile, even after they've left your site. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T20:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9ad01e5a-49dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/9c96228f-36f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "1:30 PM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Chrome / Web" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "42718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Developers connecting the world through Google Play",
"description" : "Back in the 90s, there were early glimpses of a dream to connect the whole world through the internet. However, it seemed unrealistic during an era of desktop computers, dial-up modems, and mouse-and-keyboard interaction. Today, that dream is actually starting to come true, through mobile and apps. In this session, you'll see how the new mobile ecosystem including Google Play and Android are empowering developers to make good on the dream of connecting the world through technology to improve people's lives. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["16a46e17-bad4-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/42718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "kIjjfADtM7A",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : true,
"Play" : true,
"Sessions" : true
}
},
{
"id" : "11718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Developing for the living room with Google",
"description" : "The living room ecosystem and its 1 billion TVs are exploding with new entertainment and new forms of interactivity. With the tremendous growth of Google Cast and Android TV devices, building engaging living room experiences has never been easier or more important. Whether you’re building applications to deliver media, live tv or a multi-screen game, come join us as we discuss how to build a great TV application, get it discovered, and how to engage users in the many hours a day that people spend in front of their TV. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TV\u0026LIVINGROOM"],
"speakers" : ["1f429775-bbd4-e411-b87f-00155d5066d7","9cf11122-dbd8-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/11718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "26Bma3d0wko",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"TV \u0026 Living Room" : true
}
},
{
"id" : "51718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Improve your Android app’s accessibility",
"description" : "When you improve your app’s accessibility, you improve your product for everyone, including the billion people worldwide who live with a disability. This talk will introduce you to Android accessibility services and show how they make your app work in new ways for a wide range of users. You’ll learn some accessibility best practices, and get introduced to new automated testing tools that bring accessibility into your existing app development workflow. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ACCESSIBILITY"],
"speakers" : ["5484274c-bad4-e411-b87f-00155d5066d7","7c6b3901-dcd8-e411-b87f-00155d5066d7","8c815d0e-dcd8-e411-b87f-00155d5066d7","810d3536-dcd8-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/51718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "3F8ED1VHII",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Accessibility" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true
}
},
{
"id" : "f7e87a2c-e2f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f7e87a2c-e2f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "eea793bd-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "109cbdbb-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T20:00:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/109cbdbb-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:00 PM",
"end" : "2:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "6a4fcfbf-99e4-e411-b87f-00155d5066d7",
"title" : "AdMob Cross-platform Showdown",
"description" : "It's an epic battle between two AdMob engineers, one on Android and one on iOS! They will battle for the title of Fastest Ad in the West as they live code their way into stardom. Join our mystery celebrity host and their swag cannon to an action packed coding session. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS","TOPIC_EARN"],
"speakers" : ["6184274c-bad4-e411-b87f-00155d5066d7","ceed0709-1bf8-e411-b87f-00155d5066d7","98fb372e-1bf8-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6a4fcfbf-99e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Audience Growth" : true,
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "de7ce5b4-82e4-e411-b87f-00155d5066d7",
"title" : "Adaptive UI with Material Design",
"description" : "Responsive App Scaffolding: How do you take a Material app and extend it naturally across radically differing screen sizes? Talk will address design patterns that adapt to handset, tablet, and desktop applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_CHROME_WEB","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_AUTO","TYPE_SANDBOXTALKS"],
"speakers" : ["ec21d1a7-88dc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/de7ce5b4-82e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Auto" : true,
"Chrome / Web" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "4b82d8d6-c9e3-e411-b87f-00155d5066d7",
"title" : "Fingerprint and Payments APIs",
"description" : "Numerous new APIs for app payments and fingerprint integration are being introduced in M. This will enable enhanced UX and security for retail payments, banking and online purchasing. We will also have partners integrated with these new capabilities that we want to highlight at IO. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["44cf67a2-83dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/4b82d8d6-c9e3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6b894d89-cbf5-e411-b87f-00155d5066d7",
"title" : "Google Developer Expert on growth hacking on a shoestring",
"description" : "While startups have been utilizing growth hacking techniques for years, for some developers ‘growth hacking’ is still a buzzword. A Google Developer Expert, (our extended network of developers experienced in Google technologies), will summarize the most brilliant and recently successful growth hacks of different tech startups, and what their main challenges and strategies to success were. Learn how to use your creativity, analytical thinking, social metrics, and KPIs to promote your app and bring it to the hands of millions with little to no budget.",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ANDROID","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS","TOPIC_EARN"],
"speakers" : ["9c023fcd-e1f8-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6b894d89-cbf5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Audience Growth" : true,
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "ba8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Introduction to light-weight Material design",
"description" : "Learn how to create beautiful interactive web apps in minutes with light-weight Material components and styling with only JavaScript and CSS. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["b28a3550-48dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ba8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b0021b0f-65ef-e411-b87f-00155d5066d7",
"title" : "Network Performance \u0026 Tooling",
"description" : "In a mobile world, everything is about getting data off the servers, and into your device, as fast as possible. But that's easier said than done. In this talk, we'll walk through the zen of networking performance, some tools you should be using to optimize your usage, and some common pitfalls that you should avoid during development. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["74ccda3c-bbd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b0021b0f-65ef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "bda1f9d2-8ae4-e411-b87f-00155d5066d7",
"title" : "Security Key: Make your login unphishable",
"description" : "Security Key is an inexpensive 2nd factor device which provides the user unphishable security for Google logins and for any other website which implements support. The user carries one device which works across all sites which support the open FIDO U2F protocol. We will talk about how to set yourself up on your Google login and also how you can enable support on any other website. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["686df00c-1aea-e411-b87f-00155d5066d7","f2f07b21-1aea-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/bda1f9d2-8ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "345a687b-6be4-e411-b87f-00155d5066d7",
"title" : "The Future of Google Search for Android TV",
"description" : "Search on Android TV enables easy discovery of rich-media content and Google knowledge results. The discovery starts with voice input via a single button press on the remote. Google Search and voice recognition makes it a powerful experience. As an app developer, you will be able to further enrich such a search experience and drive users to your app by understanding Google Search. Join us to learn how we're improving Google's most powerful living room search experience, and how this will affect your app on TV. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T20:30:00Z",
"endTimestamp" : "2015-05-29T21:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TV\u0026LIVINGROOM","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["22511a02-86dc-e411-b87f-00155d5066d7","36460a1c-86dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/345a687b-6be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "1 PM",
"start" : "1:30 PM",
"end" : "2:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"TV \u0026 Living Room" : true
}
},
{
"id" : "dc7ae77a-acdc-e411-b87f-00155d5066d7",
"title" : "Building a real-time app in 5 minutes with Firebase",
"description" : "Learn about Firebase, and how to build a real time chat room in 5 minutes. But there is much more - we’ll look into some common patterns when building real time games, such as authentication, online presence detection, game room, and sharing game state. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["cf5fe39c-acdc-e411-b87f-00155d5066d7","72f0b64e-f3ec-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/dc7ae77a-acdc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "e7ae5bad-55e4-e411-b87f-00155d5066d7",
"title" : "Chrome DevTools and RAIL",
"description" : "Come learn about all the amazing advances in Chrome's developer tools. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["519ccfb4-bcd4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e7ae5bad-55e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0239bec1-97e4-e411-b87f-00155d5066d7",
"title" : "Espresso: UI-testing for Android",
"description" : "The open Espresso testing framework, part of the Android Testing Support Library, provides APIs for writing UI tests to simulate user interactions with your target app. In this talk, we build on top of the basics covered in the Android Testing Support Library overview and introduce advanced topics, such as interactions with list views, validation of intents, and the new WebView API. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["053bed19-a3dc-e411-b87f-00155d5066d7","a74e9e34-a3dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0239bec1-97e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "ec7a9cc7-cae3-e411-b87f-00155d5066d7",
"title" : "Get users into your app with Google's newest identity tools",
"description" : "Auth can be complicated, but getting it right doesn’t have to be. Learn about identity tools from Google that can help you quickly build an auth system that will grow with your business and reduce the friction of getting users into your app. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["85b72a39-d3d4-e411-b87f-00155d5066d7","f948313f-d3d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ec7a9cc7-cae3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3a97c36a-8ce4-e411-b87f-00155d5066d7",
"title" : "Help your users live better with Google Fit",
"description" : "Google Fit is creating and unsiloing fitness data for millions of users globally - whether they are elite athletes or just people battling everyday lack of motivation. As a fitness developer, how can you use this data to help people lead fuller lives? What kind of data is it and how are we generating it? The Google Fit team reveals all in this talk. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["75bd3772-d2d4-e411-b87f-00155d5066d7","7189088f-91dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3a97c36a-8ce4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "67fa8734-8be4-e411-b87f-00155d5066d7",
"title" : "Lovefield - Simple, offline SQL-like data store for the web",
"description" : "Lovefield is an open-source, cross-browser relational database management system written in JavaScript. It is fast, easy-to-use, and helps shaping offline-capable web apps. It provides expressive SQL-like query capabilities which bridge the gap created by WebSQL deprecation. In this talk, we will demonstrate how to use Lovefield to help with building offline-first web apps. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["3af1a2c6-bcd4-e411-b87f-00155d5066d7","35889d8f-10e2-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/67fa8734-8be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"b58c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"c058a197-b6d4-e411-b87f-00155d5066d7" : true,
"f37a6899-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "7459a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Making great products for education",
"description" : "Learn a few inexpensive techniques to design products that are people-first. No one needs great technology more than educators, yet schools are littered with technology that doesn’t get used. This hands-on workshop from the team that built Google Classroom will give you a chance to try out lightweight prototyping and user testing techniques that are key to making great products -- and having a big impact in education. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["1a89848e-79e4-e411-b87f-00155d5066d7","52c1c6ac-79e4-e411-b87f-00155d5066d7","cedce94a-bdee-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/7459a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "c6c24482-a6dc-e411-b87f-00155d5066d7",
"title" : "Scale globally: Developer guidelines for Emerging Markets",
"description" : "Today, many online users are coming from emerging markets, like Brazil and India. Learn the basic rules of how to design and build products that scale while being usable and useful. We'll cover simple guidelines for how to evaluate app performance in various types of connectivity and user contexts, and provide a framework for measuring app relevance. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T21:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["8b9a63cd-a6dc-e411-b87f-00155d5066d7","67cffa0f-bef8-e411-b87f-00155d5066d7","5217e82c-bef8-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c6c24482-a6dc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "2:30 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "16718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Android Wear: Your app and the always-on screen",
"description" : "Most of the time, your phone is in your pocket with the screen turned off. If you want to do anything with it, there's always those first few steps of getting it out and waking it up. Android Wear’s new platform feature, always-on, allows you to stay in an app for as long as you need it. This transforms the watch into whatever app you happen to be using: a map, a shopping list, a fitness coach – the possibilities are endless. In this session, you'll learn how to design and build for the new capabilities and opportunities that always-on screens provide. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_WEARABLES"],
"speakers" : ["71329f73-b9d4-e411-b87f-00155d5066d7","80413dde-def5-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/16718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "26Bma3d0wko",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Wearables" : true
}
},
{
"id" : "3a8c9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Android best practices for data transparency",
"description" : "Users care about their data. Find out Android's best practices so that users understand why and how data is used within your app! (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["200bee94-bbd4-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/3a8c9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "kIjjfADtM7A",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "2f1c2846-e2f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2f1c2846-e2f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "7c735ac5-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "e0d9ca64-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/e0d9ca64-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "ef8b9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Ubiquitous Computing with Google",
"description" : "People no longer need to sit at a desk to get the benefits of technology. We can now build experiences that work seamlessly across different contexts. By removing abstract barriers, such as what functionality resides on what device, our users can focus more on what they're doing and less on how to start doing it.\n\nJoin this session for an in-depth look at the platform components involved in building a single user experience across a phone, watch, TV, and car. We'll cover both the design philosophy and technical details while connecting all the pieces using the Google platform. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-29T21:00:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_TV\u0026LIVINGROOM","TOPIC_WEARABLES","TOPIC_AUTO"],
"speakers" : ["aac5c93d-d4d4-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ef8b9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "3F8ED1VHII",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:00 PM",
"end" : "3:00 PM",
"filters" : {
"Auto" : true,
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"TV \u0026 Living Room" : true,
"Wearables" : true
}
},
{
"id" : "b0254018-c9e3-e411-b87f-00155d5066d7",
"title" : "Apps for kids and families: Get discovered",
"description" : "Do you create apps that broaden the mind and inspire creativity among kids and families? Then join us to learn about the Designed for Families developer program, a family-friendly discovery experience on Google Play, and how we’re making it easier for parents to discover your age-appropriate content. We’ll go over best practices for developing apps for families, review the eligibility requirements and opt-in process for the program. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_GAMES","TOPIC_PLAY","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["6ad0845e-90dc-e411-b87f-00155d5066d7","133d659c-10df-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b0254018-c9e3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Games" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true
}
},
{
"id" : "5d511a05-8de4-e411-b87f-00155d5066d7",
"title" : "Building Apps Faster with Android Data Binding",
"description" : "Android is launching it’s very own Data Binding library, that allows developers to build rich, responsive user experiences with minimal effort. The library allows developers to create connections between data sources and UI elements, removing a lot of the work behind data-driven UI development. Also, Android Data Binding is integrated with Android Studio. We will demo an android app built with DataBinding and how easy it is for developers to have such framework available for building rich, responsive UI. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["44116058-bbd4-e411-b87f-00155d5066d7","206e8764-bbd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5d511a05-8de4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6a59a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Designing for Google Cast",
"description" : "Google Cast has quickly accelerated past 1 Billion casts, and is now the best way to bring your mobile app to TV and audio devices. The lead designer of Chromecast will talk about what it takes to “cast-ify” your app, and to take advantage of the latest updates to the cast model for multi-screen interactions, shared queues, sound systems, and games, all using the mobile phone as the controller. This talk is for developers and designers who want to extend their mobile and web apps to TVs and speakers. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TOPIC_TV\u0026LIVINGROOM","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["d412f333-d2d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6a59a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Audience Growth" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true
}
},
{
"id" : "8ce26177-6ae4-e411-b87f-00155d5066d7",
"title" : "Getting your app on the road with Android Auto",
"description" : "Android Auto extends the Android platform into the car. When users connect their handheld devices running Android 5.0 or higher to a compatible vehicle, the Auto user interface provides a car-optimized Android experience on the vehicle's screen. This talk will introduce Android Auto APIs that allow developers to enable their existing audio and messaging apps developed for phones and tablets to work in the car, without having to worry about vehicle-specific hardware differences. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_AUTO","TYPE_SANDBOXTALKS"],
"speakers" : ["36862be4-e5ed-e411-b87f-00155d5066d7","52333222-e6ed-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8ce26177-6ae4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Auto" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "86494ce1-55e4-e411-b87f-00155d5066d7",
"title" : "Kickstart your web app with Web Starter Kit",
"description" : "Learn how to get your web app up and running fast with Web Starter Kit. Also learn how it keeps your site lean and mean. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["b28a3550-48dd-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/86494ce1-55e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f1fd8925-cde3-e411-b87f-00155d5066d7",
"title" : "Optimize your app presence on Google Search with Search Console",
"description" : "The new Search Console provides app owners with information about how their indexed apps are performing in Google Search. This hands-on session will show a live demo of how an application can be added to Google Search using the error reporting and analytics in the Search Console. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["ef328f20-d2d4-e411-b87f-00155d5066d7","d6f62c72-fde6-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f1fd8925-cde3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "ac58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Performance on RAILs",
"description" : "Looking around at web performance advice today can be overwhelming: everything comes with caveats, disclaimers, and sometimes one piece of advice can seem to actively contradict another. Phrases like “the DOM is slow” or “always use CSS animations!” make for great headlines, but the truth is often far more nuanced. In this session we'll look at how to think holistically about performance, and how to prioritize optimization work that your users will notice and appreciate. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e87fe1e8-48dd-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ac58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : true,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"1a3da45a-83e7-e411-b87f-00155d5066d7" : true,
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"a18c9f91-b6d4-e411-b87f-00155d5066d7" : true,
"fa7d85ce-89e4-e411-b87f-00155d5066d7" : true
}
},
{
"id" : "ac941757-86e4-e411-b87f-00155d5066d7",
"title" : "Real-time analytics for mobile and IoT",
"description" : "You don't have to be a Big Data or Hadoop expert to do real-time analytics on data generated by your mobile or IoT app. Whether you're detecting abusive behavior in a game, optimizing user experience, or \"just\" generating live dashboard of activity in your app. Google provides full-managed tools which make this easy for any developer, including those whose skillset is more in the client/app tier. We will show you how a few lines of Java or Python can open the doors to unlimited real time insight. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS","TOPIC_EARN"],
"speakers" : ["223c8a29-aadc-e411-b87f-00155d5066d7","9db116b8-afdc-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ac941757-86e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Earn" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "dc297984-98e4-e411-b87f-00155d5066d7",
"title" : "Unit testing on Android",
"description" : "Unit tests are fundamental to a robust app testing strategy. Writing unit tests helps you to quickly catch and fix software regressions introduced by code changes to your app. In this talk we'll go through the new unit testing support in Android Studio and Gradle, looking at code samples and common scenarios. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["ca7d515a-a3dc-e411-b87f-00155d5066d7","13c74df9-17e5-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/dc297984-98e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "26481672-97e4-e411-b87f-00155d5066d7",
"title" : "reCAPTCHA: Tough on bots, Easy on Humans, Great on Mobile",
"description" : "CAPTCHAs are an integral part of fighting spam on the internet. Google’s reCAPTCHA is the largest CAPTCHA service in the world. With the shift to mobile, there is an increasing need to fight spam in that space. However, traditional CAPTCHAs are not well suited for mobile form factors. In response, the reCAPTCHA team recently launched a completely reimagined API that lets users pass the CAPTCHA test with just a single click. This “No CAPTCHA reCAPTCHA” dramatically simplifies the mobile user experience. In this talk we will discuss the technology behind the magic “No CAPTCHA” followed by an interactive codelab to implement reCAPTCHA on your mobile site. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T21:30:00Z",
"endTimestamp" : "2015-05-29T22:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["67807b7f-aadc-e411-b87f-00155d5066d7","38a8209a-aadc-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/26481672-97e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "2 PM",
"start" : "2:30 PM",
"end" : "3:00 PM",
"filters" : {
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "05ccc058-6be4-e411-b87f-00155d5066d7",
"title" : "Activity Recognition: Use low power sensors to detect user activity",
"description" : "There are over a billion Android devices in the world, and they’re packed with sensors. Android Activity Recognition fuses this sensor data together to provide a simple, low-power interface for apps to understand the physical activities that users are doing. In this talk, we provide an overview of the Activity Recognition APIs, an introduction to new functionality that we've introduced, and talk through some interesting sample applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TOPIC_TOOLS\u0026APIS","TOPIC_WEARABLES","TYPE_SANDBOXTALKS"],
"speakers" : ["9e701415-bcd4-e411-b87f-00155d5066d7","92fa1838-bcd4-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/05ccc058-6be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true,
"Wearables" : true
}
},
{
"id" : "c46c5d2e-56e4-e411-b87f-00155d5066d7",
"title" : "Android Design Support Library: Bringing material design to life",
"description" : "With a new visual design and new user interface patterns, material design has strongly impacted how Android apps look and act. Yet, you don't want to spend time building common material design components: that’s time that could be spent making your app stand out. Learn the story behind the key material design components, why they are important to your app, and how the new Android Design Support Library brings consistent, easy to use material design components to all developers. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["c43b7251-bbd4-e411-b87f-00155d5066d7","5607c721-d1d4-e411-b87f-00155d5066d7","c3b15d0b-89dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/c46c5d2e-56e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "1d824f9d-cae3-e411-b87f-00155d5066d7",
"title" : "Android application architecture",
"description" : "Android is a large, rich platform with many capabilities, but a potentially overwhelming set of choices for any set of problems. This session will cover patterns, best practices, and architecture for solid, well-performing, and robustly structured Android applications. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["206e8764-bbd4-e411-b87f-00155d5066d7","fc4c314a-84dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1d824f9d-cae3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "56efa79f-cee3-e411-b87f-00155d5066d7",
"title" : "Designing games for Google Cast",
"description" : "This inspirational and informative talk will describe the game design patterns and UX principles for delivering great games for Chromecast and other Cast devices. Topics will include choosing the best Google Cast technology for your game such as the Game Manager APIs or Remote Display for Google Cast, designing for the mobile and television experience on multiple screens, and adapting existing game design patterns to a multi-screen interactive format. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["70f4e052-d2d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/56efa79f-cee3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "29e61362-e2f4-e411-b87f-00155d5066d7",
"title" : "Material Design Reviews",
"description" : "Is your app adopting material design? This is your chance to participate in a UX review with members of the Material Design team. Appointments are on a first come, first serve basis, but we'll also have designers on hand for more casual questions.",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Design Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/29e61362-e2f4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "1de035c2-80e4-e411-b87f-00155d5066d7",
"title" : "Notifications, Interruptions and Volumes: Coming Attractions",
"description" : "In Lollipop, you witnessed a huge evolution in Android's notifications. They're more accessible and robust than ever before. But there's a flip side: more competition for users' attention. So Lollipop also introduced ways for users to control unwelcome interruptions from notifications and other sources. Since then, we've been hard at work refining these features. Come get the inside scoop on what's new and what it means for your app. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["a3bf7f63-0fdf-e411-b87f-00155d5066d7","d90fa784-13df-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/1de035c2-80e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "76de945b-8be4-e411-b87f-00155d5066d7",
"title" : "Offline apps with Polymer and Service Worker",
"description" : "What happens when your users try to return to your web app while offline? The answer is probably that they see a default browser error page. Now, with new, standardized web platform features, you can control this experience, maybe even providing the full value of your app while offline. In this talk, learn how service workers make great offline experiences possible, and how Polymer makes it easy. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e0e5733e-4add-e411-b87f-00155d5066d7","bf3bdc4c-4add-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/76de945b-8be4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "14de1a5f-83e4-e411-b87f-00155d5066d7",
"title" : "Scale globally: Developer guidelines for Emerging Markets",
"description" : "Today, many online users are coming from emerging markets, like Brazil and India. Learn the basic rules of how to design and build products that scale while being usable and useful. We'll cover simple guidelines for how to evaluate app performance in various types of connectivity and user contexts, and provide a framework for measuring app relevance. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["8b9a63cd-a6dc-e411-b87f-00155d5066d7","67cffa0f-bef8-e411-b87f-00155d5066d7","5217e82c-bef8-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/14de1a5f-83e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "b7e49d26-86e4-e411-b87f-00155d5066d7",
"title" : "The Knowledge Graph and You: Video actions and reviews",
"description" : "Learn how to get your video content and reviews surfaced in Google Search on mobile. This talk will cover website annotation and app deep linking. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TOPIC_SEARCH","TYPE_SANDBOXTALKS"],
"speakers" : ["45cc3a01-d2d4-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b7e49d26-86e4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Search" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "8667b919-8ee4-e411-b87f-00155d5066d7",
"title" : "Unleashing the power of Android Backup",
"description" : "We’ve all been there: You set up a new device, but your apps don’t carry over properly from your old phone to your new one. Now there’s an answer. The Android “M” release ships with full data cloud backup in Google Drive, so now all of the user data associated with an app (“AppData”) will be backed up and restored. This talk will show you how to set this up in your own apps, and will demo several scenarios with popular apps that “just work” out of the box after a restore. This seamless full-data backup creates an awesome user experience and maximizes user adoption of your apps even when transitioning to a new device. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T22:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["950cef66-bcd4-e411-b87f-00155d5066d7","65523ba6-87dc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/8667b919-8ee4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "3:30 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "5b718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Democratizing Education",
"description" : "In the next 10 years, the world's population will grow to 8 billion people of which the majority will be in developing regions. Traditional universities will not be able to keep up with this demand and employers will struggle to find the best talent. With a predicted 5 billion people online by 2025, online education could be the answer to giving billions of people access to affordable, lifelong learning. This session will highlight a new approach to education developed by Google and Udacity, share data on early field results and introduce new credentials that could change the way we view education in our lifetime. (Note: Tune into this live stream on CHANNEL 1.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["03eda25a-bad4-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/5b718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "26Bma3d0wko",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Audience Growth" : true,
"Live streamed" : true,
"Sessions" : true,
"What's Next" : true
}
},
{
"id" : "56718f8b-b6d4-e411-b87f-00155d5066d7",
"title" : "Developing with Google on iOS",
"description" : "If you're an iOS developer, you might not think of looking to Google first to find the top of the line APIs and services. But Google has a lot to offer iOS developers that you may not know about. Come learn about ways we're going to make developing on iOS easier and more powerful with Google services. (Note: Tune into this live stream on CHANNEL 2.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS"],
"speakers" : ["f3243d4d-dcd8-e411-b87f-00155d5066d7"],
"room" : "Room 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/56718f8b-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "kIjjfADtM7A",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : true,
"Sessions" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "f48b9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Engineering for the Stratosphere - Presented by Women Techmakers",
"description" : "Project Loon aims to provide Internet Access to rural and remote areas using high-altitude balloons. In this talk, our Project Loon engineers give us a behind-the-scenes look at the engineering challenges involved in monitoring, navigating and predicting balloon movements 20 km up in the stratosphere. (Note: Tune into this live stream on CHANNEL 3.)",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : true,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["3a869128-f1e6-e411-b87f-00155d5066d7","91b9ebbb-a1e7-e411-b87f-00155d5066d7"],
"room" : "Room 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/f48b9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"youtubeUrl" : "3F8ED1VHII",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Audience Growth" : true,
"Live streamed" : true,
"Sessions" : true,
"What's Next" : true
}
},
{
"id" : "3250adcb-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "b43f8473-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T22:00:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/b43f8473-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:00 PM",
"end" : "4:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "2ae818c9-10e9-e411-b87f-00155d5066d7",
"title" : "Creating calendar events: Quick, easy, and good for your users",
"description" : "In this talk, we will explain how your app and your users can benefit from Google Calendar integration, even if you're not building a calendar client. We will provide tips and tricks (and of course code samples) on how to create calendar events and make best use of Google Calendar assistance. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["8af74012-b6ea-e411-b87f-00155d5066d7","4353492d-80ef-e411-b87f-00155d5066d7"],
"room" : "Lounge Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/2ae818c9-10e9-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "09e008ec-0de9-e411-b87f-00155d5066d7",
"title" : "Data driven online learning with Course Builder",
"description" : "This talk will describe Google's data driven approach to offering high quality, successful online courses and how you can use the same methodology using Course Builder to deliver your content. We will also describe how and why to use the new Skill Mapping feature, recently released in Course Builder 1.8. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["92cc0d3c-0ee9-e411-b87f-00155d5066d7"],
"room" : "Alcove 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/09e008ec-0de9-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "654889d1-cbf5-e411-b87f-00155d5066d7",
"title" : "Google Developer Expert on Polymer and Firebase for real-time elements",
"description" : "With the current wave of Internet of Things (IoT) devices coming online, long polling for data just doesn’t fit the user’s expectations of up-to-date information being as close to real-time as possible. To meet this demand, developers need tools that allow them to build the next wave of great real-time web applications. In this talk, a Google Developer Expert introduces web developers to new concepts in the latest Polymer, including how to databind to Firebase in order to create seamless, sandboxed real-time elements usable in any web application.",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["c17e61a1-e1f8-e411-b87f-00155d5066d7"],
"room" : "Earn \u0026 Engage Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/654889d1-cbf5-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "da58a197-b6d4-e411-b87f-00155d5066d7",
"title" : "Material Design year one",
"description" : "Lessons from the first year of material design. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_SANDBOXTALKS"],
"speakers" : ["c4b6fe55-bdd4-e411-b87f-00155d5066d7"],
"room" : "Design Talk (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/da58a197-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true
}
},
{
"id" : "96af04e2-abdc-e411-b87f-00155d5066d7",
"title" : "Mobile app quality leaps to the cloud",
"description" : "See how you can improve your app’s ratings by testing early, broader and often. With nearly unlimited resources of the cloud and significant automation, this is achievable for even the most constrained app development teams. \nWant to access the latest (and old) Android and iOS devices that your app might need to run on? Wish you could run hundreds of tests in parallel on every combination for every commit? Want to improve quality without even writing tests? Join us to see how all three can be achieved. We will use a Google Cloud test service to illustrate some of the key practices that you can incorporate in your app development. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["09e7e272-d1d4-e411-b87f-00155d5066d7","6d894712-acdc-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/96af04e2-abdc-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "671610e9-cee3-e411-b87f-00155d5066d7",
"title" : "Mobile games to the big screen with Google Cast",
"description" : "There are millions of mobile devices with powerful GPUs and sensors ready to extend amazing interactive content to the largest screen in the home. Come learn how easily you can bridge the gap to the big screen in your new or existing mobile games for Android and iOS. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["336cee40-addc-e411-b87f-00155d5066d7","8e8a616b-addc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/671610e9-cee3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "41789d91-cbe3-e411-b87f-00155d5066d7",
"title" : "Reach more gamers by going local",
"description" : "Connect with the next billion players by going local. Google, as a platform, has unprecedented reach all over the world, but developers often don't know where to start. Building the best user experiences, one market at a time, is a great strategy to expand globally. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_ENGAGE\u0026EARN","TOPIC_ACCESSIBILITY","TOPIC_GAMES","TOPIC_PLAY","TOPIC_TOOLS\u0026APIS","TOPIC_AUDIENCEGROWTH","TYPE_SANDBOXTALKS"],
"speakers" : ["9c3a2db0-d1d4-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/41789d91-cbe3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Accessibility" : true,
"Audience Growth" : true,
"Engage \u0026 Earn" : true,
"Games" : true,
"Live streamed" : false,
"Play" : true,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "6e91ed10-6fe4-e411-b87f-00155d5066d7",
"title" : "Recommendations with Android TV",
"description" : "Content Recommendations enable your app's content to be placed front and center on the Android TV Home Screen. This talk will cover guidelines for creating relevant, actionable recommendations and preview new APIs that will assist in their development and deployment on Android TV. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["d0ec25fe-82dc-e411-b87f-00155d5066d7","ea821e11-83dc-e411-b87f-00155d5066d7"],
"room" : "Showcase Talk (L3)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/6e91ed10-6fe4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "790e62dc-0fe9-e411-b87f-00155d5066d7",
"title" : "Second annual Google Security update at I/O",
"description" : "Google's Security Team protects the Internet, our users, and their data. We also build developer-focused technology like the Safe Browsing API. Join us for our second annual update where we'll tell you about how the Google Security Team does what it does, what we've been up to since last year's update, and give you the chance to ask us questions. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["e74f81c9-0fe9-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 1 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/790e62dc-0fe9-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "50df0bbd-8ce4-e411-b87f-00155d5066d7",
"title" : "gRPC: Efficient and idiomatic communication libraries for cloud and mobile",
"description" : "Engineering teams at Google use RPCs extensively to build cloud and mobile applications. We have recently open-sourced gRPC - our new open-source RPC library. We'll provide an introduction to key features and concepts and a demonstration of how gRPC enables faster development velocity by handling a number of networking, security and systems issues.​ (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T22:30:00Z",
"endTimestamp" : "2015-05-29T23:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_SANDBOXTALKS"],
"speakers" : ["445a7d4b-bdd4-e411-b87f-00155d5066d7"],
"room" : "Develop Talk 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/50df0bbd-8ce4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "3 PM",
"start" : "3:30 PM",
"end" : "4:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "32ecf1c7-cee3-e411-b87f-00155d5066d7",
"title" : "Creating games with the Google Cast SDK",
"description" : "There are millions of Chromecasts in living rooms around the globe, ready for your amazing multiplayer game. Join us and discover how you can use the Game Manager APIs for Google Cast to focus on what you do best: creating compelling games for the living room using Android and iOS mobile devices as game controllers to unleash new interaction models for Chromecast and other Cast devices. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-29T23:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_GAMES","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["ccee1204-a1dc-e411-b87f-00155d5066d7","25170118-a1dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 2 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/32ecf1c7-cee3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "4:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Games" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "0449c34e-cae3-e411-b87f-00155d5066d7",
"title" : "Working with Nest to build a thoughtful home together",
"description" : "For years, we’ve been talking about home automation. There are universal remotes, wall panels and apps to control devices in your home. But Works with Nest is more than just an on/off switch. It’s about making your house a more thoughtful home, working securely behind the scenes to interact with things you already use every day. And, as a result, making your home safer, more energy efficient, and more aware. Learn more about the Works with Nest developer program and join us in making this vision become reality. (Note: This Sandbox talk will be offered twice throughout the event. Check the schedule to confirm timings.)",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-29T23:30:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TOPIC_TV\u0026LIVINGROOM","TYPE_SANDBOXTALKS"],
"speakers" : ["daa84cd6-a0dc-e411-b87f-00155d5066d7","94ca1ee4-a0dc-e411-b87f-00155d5066d7"],
"room" : "Alcove 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/0449c34e-cae3-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "4:30 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Sandbox talks" : true,
"TV \u0026 Living Room" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "53dd5f0c-8afa-e411-b87f-00155d5066d7",
"title" : "Book signing with Google Developers Experts",
"description" : "During this book signing, you will have an opportunity to pick up one of the books written by Google Developers Experts with a personal autogram. The books will be distributed on a first come first serve basis. ",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "27751f96-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with Android \u0026 Google Play Public Policy Teams",
"description" : "Come learn about public policy issues impacting the Android ecosystem.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Develop Talk 3 (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3ceb0d14-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Android Pay team",
"description" : "Come by to meet members of the Android Pay engineering and product team. We would be happy to answer any questions you have on Android Pay for in-store and in-app payments.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Earn \u0026 Engage Talk (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "d9e4462f-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Android team",
"description" : "Come ask the Android platform and tools teams your burning questions; we'll have experts on hand to answer questions related to Bluetooth Low Energy, Project Volta (Android battery life), Android Studio and more!",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Alcove 1 (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "74e3144f-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Chrome team",
"description" : "Come meet with the Chrome Developer Platform team to discuss topics like Service Worker, Push Notifications, Add to Home Screen, Developer Tools, Performance, Polymer, Media (including Web Audio and Web MIDI), WebRTC, Monetization, and Web Components.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_CHROME_WEB","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Develop Talk 2 (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Chrome / Web" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true
}
},
{
"id" : "ba738f76-caf8-e411-b87f-00155d5066d7",
"title" : "Office Hours with the Google Cloud Platform team",
"description" : "Google Cloud Platform provides a comprehensive set of solutions to build, test, and run modern applications on Google’s highly scalable and reliable infrastructure. Developers are provided with a powerful set of tools and services, from diagnostics to cloud-based debugging tools, to best in class data analytics solutions. Mobile is also a first-class use case on Cloud Platform, from Firebase which focuses on the developer experience to our container-based platform for writing microservices to serve your mobile front-end.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_TOOLS\u0026APIS","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Lounge Talk (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Office hours" : true,
"Tools \u0026 APIs" : true
}
},
{
"id" : "3c9e4d85-caf8-e411-b87f-00155d5066d7",
"title" : "Office hours with the Android Location \u0026 Context Team",
"description" : "Have questions about determining location on Android? Want to understand how to efficiently ask the user where they are? Want to understand how to use activity recognition (running/walking/driving) in your app, or how to process sensor information? Come have a chat with members of the Android team responsible for the Location, Geofencing, Places, Sensors and activity recognition APIs.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_ANDROID","TOPIC_LOCATION","TYPE_OFFICEHOURS"],
"speakers" : null,
"room" : "Develop Talk 1 (L2)",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Android" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Location" : true,
"Office hours" : true
}
},
{
"id" : "eb6358d2-5afa-e411-b87f-00155d5066d7",
"title" : "Rapid paper prototyping with design experts",
"description" : "In this session, you'll get a chance to work one on one with a UX/UI Expert on your new idea or existing design challenge. You'll learn user research, design sprint and paper prototyping techniques and will walk away with a recording of your prototype in action. Each session lasts 1 hour and there are limited spaces remaining, so come sign up early on the second floor in the Earn \u0026 Engage Sandbox.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["THEME_DEVELOP\u0026DESIGN","TOPIC_DESIGN","TYPE_MISC"],
"speakers" : null,
"room" : "Earn \u0026 Engage Sandbox",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Design" : true,
"Develop \u0026 Design" : true,
"Live streamed" : false,
"Misc" : true
}
},
{
"id" : "a80e15fd-ccef-e411-b87f-00155d5066d7",
"title" : "Self-paced Code Labs",
"description" : "Get hands on with self-paced workshops showcasing Google mobile, wearable, and Cloud technologies. We provide the workstations and tablets - just bring yourself any time during the day! We can also help you set up your own machine and device.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_CODELABS"],
"speakers" : null,
"room" : "Develop Sandbox (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/a80e15fd-ccef-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Code labs" : true,
"Live streamed" : false
}
},
{
"id" : "ea8b9f91-b6d4-e411-b87f-00155d5066d7",
"title" : "Speechless at I/O",
"description" : "You've seen them present. You've even seen them present at I/O. But you've never seen them present like this. Join Google presenters as they give totally new presentations in totally unpredictable ways. Based on the SF comedy show Speechless, with a tech-conference spin, this session will bring new meaning to the phrase \"slide show\". Joining them will be Speechless creator and professional comedian Sammy Wegent along with a panel of geek-celebrity judges. You'll laugh, you'll learn. Except for the \"learn\" part.",
"startTimestamp" : "2015-05-29T23:00:00Z",
"endTimestamp" : "2015-05-30T00:00:00Z",
"isLivestream" : false,
"isFeatured" : false,
"tags" : ["TYPE_SESSIONS","THEME_WHATSNEXT","TOPIC_AUDIENCEGROWTH"],
"speakers" : ["f80f2f4b-b9d4-e411-b87f-00155d5066d7","16a46e17-bad4-e411-b87f-00155d5066d7","6184274c-bad4-e411-b87f-00155d5066d7","dac441ce-ddd8-e411-b87f-00155d5066d7","d90fa784-13df-e411-b87f-00155d5066d7"],
"room" : "Room 3 (L2)",
"photoUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/sessions/__w-200-400-600-800-1000__/ea8b9f91-b6d4-e411-b87f-00155d5066d7.jpg",
"hasRelated" : false,
"day" : 29,
"block" : "4 PM",
"start" : "4:00 PM",
"end" : "5:00 PM",
"filters" : {
"Audience Growth" : true,
"Live streamed" : false,
"Sessions" : true,
"What's Next" : true
}
}],
"video_library" : [{
"id" : "7m6Z9d0fDaM",
"title" : "Android Wear: Always-On Apps",
"desc" : "The Android Wear platform is flexible enough to allow your app to display information to the user whenever it's useful. This includes sharing fitness information, travel updates, or to-do lists for as long as the user might need them. In this video, Timothy Jordan shows you how to keep your app in the foreground even when the watch is in ambient mode -- keeping your user informed while also saving precious power.",
"topic" : "Wearables",
"speakers" : "Timothy Jordan",
"thumbnailUrl" : "http://img.youtube.com/vi/7m6Z9d0fDaM/hqdefault.jpg"
}],
"speakers" : {
"00973097-15df-e411-b87f-00155d5066d7" : {
"id" : "00973097-15df-e411-b87f-00155d5066d7",
"name" : "Nandini Kappiah",
"bio" : "Nandini is an engineering manager on the Android Location and Context team where she and her teams work to bring semantic location and contextual experiences to Android. Prior to her role in Android, Nandini led the anti-abuse team which focussed on Google+ and Hangouts. She has a master's degree in Computer Science from the North Carolina State University, Raleigh. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/00973097-15df-e411-b87f-00155d5066d7.jpg"
},
"00a6bdcd-b8dc-e411-b87f-00155d5066d7" : {
"id" : "00a6bdcd-b8dc-e411-b87f-00155d5066d7",
"name" : "Astro Teller",
"bio" : "Dr. Astro Teller oversees Google[x], Google's moonshot factory for building magical, audaciously impactful ideas that through science and technology can be brought to reality. Before joining Google, Astro was the co-founding CEO of Cerebellum Capital and before that the co-founding CEO of BodyMedia. Prior to BodyMedia, Astro was co-founding CEO of SANDbOX AD. Dr. Teller holds a Bachelor of Science in CS from Stanford University, Masters of Science in symbolic and heuristic computation, also from Stanford, and a Ph.D. in AI from Carnegie Mellon University, where he was a recipient of the Hertz fellowship.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/00a6bdcd-b8dc-e411-b87f-00155d5066d7.jpg"
},
"00ac89c5-dcd8-e411-b87f-00155d5066d7" : {
"id" : "00ac89c5-dcd8-e411-b87f-00155d5066d7",
"name" : "Francesco Nerieri",
"bio" : "Francesco Nerieri leads the global Mobile Cloud engineering team at Google. The team develops innovative solutions for the mobile messaging, synchronization, storage, provisioning, authentication and identity technologies. With over 10 years of experience in the wireless communications and distributed systems fields, Francesco applies his expertise to direct the team's initiatives to advance mobile cloud technologies.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/00ac89c5-dcd8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+FrancescoNerieri"
},
"0268fd75-a4dc-e411-b87f-00155d5066d7" : {
"id" : "0268fd75-a4dc-e411-b87f-00155d5066d7",
"name" : "Nick Korostelev",
"bio" : "Nick Korostelev is a Software Engineer in Test at Google, on a mission to create a better Android experience for developers everywhere.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/0268fd75-a4dc-e411-b87f-00155d5066d7.jpg"
},
"03eda25a-bad4-e411-b87f-00155d5066d7" : {
"id" : "03eda25a-bad4-e411-b87f-00155d5066d7",
"name" : "Sebastian Thrun",
"bio" : "Sebastian Thrun is founder and CEO of Udacity, whose mission is to democratize education. Sebastian was the founder of Google [x] where he led the development of the Google self-driving car, Google Glass, and other projects. Prior to that, he was professor at Stanford and Carnegie Mellon in artificial intelligence and robotics. Thrun has received several awards including the inaugural Smithsonian American Ingenuity Award for Education in 2012. His work has been highlighted in 50 Best Inventions of 2010 by TIME magazine. Thrun has authored over 380 academic papers and several books, and is member of the National Academy of Engineering.",
"company" : "Udacity",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/03eda25a-bad4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/105650732775829838217",
"twitterUrl" : "https://twitter.com/sebastianthrun"
},
"053bed19-a3dc-e411-b87f-00155d5066d7" : {
"id" : "053bed19-a3dc-e411-b87f-00155d5066d7",
"name" : "Stephan Linzner",
"bio" : "Stephan Linzner is a Senior Developer Platform Engineer at Google. He is an experienced Software Engineer, which is working on the Android Testing Support Library. His mission is to help Android Developers to build better quality apps driven by tests.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+StephanLinzner",
"twitterUrl" : "https://twitter.com/onlythoughtwork"
},
"0646f9d4-90dc-e411-b87f-00155d5066d7" : {
"id" : "0646f9d4-90dc-e411-b87f-00155d5066d7",
"name" : "Barnaby James",
"bio" : "Barnaby is a software engineer at Google leading an effort to voice enable third party applications. Prior to Google, Barnaby was a software engineer at Adobe and several start-ups. Barnaby has a bachelor's degree in physics from the University of Toronto and drinks ALOT of coffee.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/0646f9d4-90dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+BarnabyJames",
"twitterUrl" : "https://twitter.com/bajames"
},
"083b9492-b9d4-e411-b87f-00155d5066d7" : {
"id" : "083b9492-b9d4-e411-b87f-00155d5066d7",
"name" : "Matthew McNulty",
"bio" : "Matthew leads the Polymer team at Google Chrome. Prior to joining Google, he was responsible for the Enyo framework, Ares development environment, and SDK at webOS.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/083b9492-b9d4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/mattsmcnulty"
},
"09e7e272-d1d4-e411-b87f-00155d5066d7" : {
"id" : "09e7e272-d1d4-e411-b87f-00155d5066d7",
"name" : "Dinesh Kulkarni",
"bio" : "Dinesh is a Product Manager in the Google Cloud Platform team focused on Test-as-a-Service and related developer offerings. Previously he spent over a decade at Microsoft as a PM focused on developer tools, frameworks and services. He has a Ph.D. and M.S. from the University of Notre Dame and B.Tech. from IIT Bombay, India.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/09e7e272-d1d4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://Di_Ku"
},
"101f7be0-dcd8-e411-b87f-00155d5066d7" : {
"id" : "101f7be0-dcd8-e411-b87f-00155d5066d7",
"name" : "Subir Jhanb",
"bio" : "Subir is a Technical Lead on the Mobile Cloud engineering team responsible for Google Cloud Messaging. With over 6 years of experience in wireless technologies and distributed mobile infrastructure, Subir has designed many APIs, messaging and data synchronization solutions for multiple mobile platforms. Prior to this, Subir was working in the Google Enterprise team.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/101f7be0-dcd8-e411-b87f-00155d5066d7.jpg"
},
"11411b95-a1df-e411-b87f-00155d5066d7" : {
"id" : "11411b95-a1df-e411-b87f-00155d5066d7",
"name" : "Tal Dayan",
"bio" : "Tal was one of the first engineers developing Map Streetview and designed data acquisition hardware and software and the imagery serving infrastructure. He also worked at Google on search (TV and Travel) and internal systems and recently focused on large scale infrastructure for mobile and messaging. Prior to Google Tal was a Director of Architecture at Peoplesoft and the CTO at Mobilewise. Tal is inventor of numerous patents in area such as mobile systems, GIS, security, cloud computing, networking, power management and wire-free power delivery. Tal holds degrees in Mathematics and Computer Sciences and a Ph.D. in Computer Engineering.",
"company" : "Google"
},
"1166730e-bdd4-e411-b87f-00155d5066d7" : {
"id" : "1166730e-bdd4-e411-b87f-00155d5066d7",
"name" : "Sam Dutton",
"bio" : "Sam Dutton @sw12 is a Developer Advocate for Google. \n\nHe publishes the free audio/video/realtime newsletter http://www.medianews.me and maintains http://www.simpl.info, which provides simplest possible examples of HTML, CSS and JavaScript. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/1166730e-bdd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+samdutton",
"twitterUrl" : "https://twitter.com/sw12"
},
"11ff2f02-90dc-e411-b87f-00155d5066d7" : {
"id" : "11ff2f02-90dc-e411-b87f-00155d5066d7",
"name" : "Hrishi Aradhye",
"bio" : "Hrishikesh (Hrishi) Aradhye, Engineering Director\n\nHrishi leads engineering for apps/games search, discovery, personalization, and abuse detection at Google Play. Previously, Hrishi was an engineering manager at Google Search and Google Research. Prior to Google, he worked at SRI International as a computer vision and machine learning researcher. Hrishi earned a Ph.D. and an MSEE with a machine learning and signal processing emphasis from the Ohio State University. Hrishi has authored 24 patents issued by the USPTO.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/11ff2f02-90dc-e411-b87f-00155d5066d7.jpg"
},
"122c827a-dbd8-e411-b87f-00155d5066d7" : {
"id" : "122c827a-dbd8-e411-b87f-00155d5066d7",
"name" : "Duncan Curtis",
"bio" : "Duncan is the Lead Consumer PM for Google Play Games, the fastest growing mobile gaming network in history. Prior to joining Google he worked at gaming companies such as Halfbrick studios, makers of the hit games Fruit Ninja and Jetpack Joyride. When he's not PMing, Duncan can be found making games, building robots and putting balloons into space.",
"company" : "Google"
},
"133d659c-10df-e411-b87f-00155d5066d7" : {
"id" : "133d659c-10df-e411-b87f-00155d5066d7",
"name" : "Eunice Kim",
"bio" : "Eunice leads strategic product initiatives focused on kids and families for Google Play. Prior to Google, she was a Director of Product Management at Like.com, a Brand Manager at Pepsico, and a Senior Finance Manager at Adobe Systems. She also serves on the Board of Directors for Cure CMD. Eunice earned a bachelor's degree at Columbia University and a MBA at the University of Chicago Booth School of Business.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/133d659c-10df-e411-b87f-00155d5066d7.jpg"
},
"13c74df9-17e5-e411-b87f-00155d5066d7" : {
"id" : "13c74df9-17e5-e411-b87f-00155d5066d7",
"name" : "Michal Bendowski",
"bio" : "Michał Bendowski is Software Engineer on the Android Developer Tools team. His main focus is improving the experience of writing and executing tests in Android Studio and the Android Gradle Plugin.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/13c74df9-17e5-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/108827861541265864435",
"twitterUrl" : "https://twitter.com/benol"
},
"14f4e83c-83dc-e411-b87f-00155d5066d7" : {
"id" : "14f4e83c-83dc-e411-b87f-00155d5066d7",
"name" : "Greg Neiswander",
"bio" : "Greg leads the research team for Android Auto and focuses on optimizing in-vehicle experiences while minimizing distraction. Prior to Google, Greg spent his career as a human factors and safety expert in both the automotive and aerospace industries. Over the years, he has researched and designed interfaces for a multitude of platforms including automobiles, helicopters, unmanned systems, business jets and general aviation aircraft. He currently serves as a committee member in the Society of Automotive Engineers’ Human Factors Steering Committee. \n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/14f4e83c-83dc-e411-b87f-00155d5066d7.jpg"
},
"16a46e17-bad4-e411-b87f-00155d5066d7" : {
"id" : "16a46e17-bad4-e411-b87f-00155d5066d7",
"name" : "Ellie Powers",
"bio" : "Ellie Powers leads Google Play developer products, focused on building the Google Play apps ecosystem and making Google Play great for developers. Her team has brought developers the new Google Play Developer Console with pioneering features like beta testing, app translation, and app statistics. Previously, she's been a product manager at big and small companies in California, London and Paris. She has a degree in computer science from MIT.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/16a46e17-bad4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/@elliepowers"
},
"1a331760-85fa-e411-b87f-00155d5066d7" : {
"id" : "1a331760-85fa-e411-b87f-00155d5066d7",
"name" : "Shannon Tindle",
"bio" : "Kentucky boy. Emmy Award Winner. Director/ Creator of Google Spotlight Story ON ICE. SDK guinea pig. Contender for funniest man alive. Make it stupid, make it fancy, but most of all, make it connect. #welovethebear.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/1a331760-85fa-e411-b87f-00155d5066d7.jpg"
},
"1a89848e-79e4-e411-b87f-00155d5066d7" : {
"id" : "1a89848e-79e4-e411-b87f-00155d5066d7",
"name" : "Jennifer Holland",
"bio" : "Jennifer Holland is the Google Apps for Education and Classroom Program Manager. Jennifer and the Classroom team built the product from the ground up by prototyping and testing extensively with teachers and students in real schools around the world, and have earned rave reviews (and great usage metrics) from educators as a result. Jennifer graduated from Fairfield University in Marketing and received a MBA from the University of San Francisco.",
"company" : "Google Inc.",
"plusoneUrl" : "https://plus.google.com/+JenHollandGoogle",
"twitterUrl" : "https://twitter.com/jencmiller"
},
"1b40bead-f4f7-e411-b87f-00155d5066d7" : {
"id" : "1b40bead-f4f7-e411-b87f-00155d5066d7",
"name" : "Jonathan Beri",
"bio" : "Jonathan is a Product Manager working on mobile APIs. Previously, he was a Developer Advocate at Google supporting Social and Work-related APIs.",
"company" : "Google, Inc.",
"plusoneUrl" : "https://plus.google.com/+JonathanBeri"
},
"1ba842f1-e1f8-e411-b87f-00155d5066d7" : {
"id" : "1ba842f1-e1f8-e411-b87f-00155d5066d7",
"name" : "Mario Viviani",
"bio" : "Mario is a committed Android Developer since 2010. He's Founder \u0026 CEO of the Android-focused startup Mariux Apps, based in Milan, Italy, where he develops and publishes consumer and business-oriented apps and works as consultant. His apps received 12.000.000+ total downloads from the Play Store. Really active in the Android community, Mario attends a lot of events worldwide as speaker and mentor, helping Android developers build new, compelling and well-received apps.",
"company" : "Mariux Apps",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/1ba842f1-e1f8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+MarioViviani",
"twitterUrl" : "https://twitter.com/mariuxtheone"
},
"1bcd12af-84dc-e411-b87f-00155d5066d7" : {
"id" : "1bcd12af-84dc-e411-b87f-00155d5066d7",
"name" : "Jae Seo",
"bio" : "Jae Seo is a Technical Lead Manager in the Android TV team, leading the TV Input Framework and Live Channels app development efforts. Previously, Jae led the Google TV platform engineering team and launched V2, V3 and V4 platforms. Prior to Google, Jae specialized in embedded system development and digital TV technologies, and worked at Samsung Electronics, Korea to develop platform software for many best-selling TV products. Jae holds a Ph.D degree in Computer Science from Korea Advanced Institute of Science and Technology.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/1bcd12af-84dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+jaeseo"
},
"1f429775-bbd4-e411-b87f-00155d5066d7" : {
"id" : "1f429775-bbd4-e411-b87f-00155d5066d7",
"name" : "Allen Huang",
"bio" : "Allen is a product manager on the Android team working on Android TV. While at Google - he’s been a nomad - working on the Chrome and Mobile Display Ads teams before finding his calling in the living room. In his spare time, he likes to run… a lot...and then post his milage on social media.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/1f429775-bbd4-e411-b87f-00155d5066d7.jpg"
},
"200bee94-bbd4-e411-b87f-00155d5066d7" : {
"id" : "200bee94-bbd4-e411-b87f-00155d5066d7",
"name" : "Ben Poiesz",
"company" : "Google"
},
"206e8764-bbd4-e411-b87f-00155d5066d7" : {
"id" : "206e8764-bbd4-e411-b87f-00155d5066d7",
"name" : "Yigit Boyar",
"bio" : "Yigit works on building UI widgets and improving layout performance as part of Android UI Toolkit Team.\nPrior to Google, he was the Android Engineering Lead at Path.com where he was mostly focused on building application architecture, real time camera filters and buttery smooth UI performance. He received his bachelor's degree in computer engineering from Middle East Technical University, Turkey.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/206e8764-bbd4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/yigitboyar"
},
"21029576-85fa-e411-b87f-00155d5066d7" : {
"id" : "21029576-85fa-e411-b87f-00155d5066d7",
"name" : "Patrick Osborne",
"bio" : "Director, Creator of Feast, 2014 Oscar for Best Animated Short Film. Head of Animation on Paperman for Disney. Musician. Painter. Husband. Routinely caught trying to disable the flashing light in the hallway. Draws on walls.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/21029576-85fa-e411-b87f-00155d5066d7.jpg"
},
"215e4bc3-85dc-e411-b87f-00155d5066d7" : {
"id" : "215e4bc3-85dc-e411-b87f-00155d5066d7",
"name" : "Tor Norbye",
"bio" : "Tor Norbye is the tech lead for Android Studio.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/215e4bc3-85dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+TorNorbye",
"twitterUrl" : "http://twitter.com/tornorbye"
},
"223c8a29-aadc-e411-b87f-00155d5066d7" : {
"id" : "223c8a29-aadc-e411-b87f-00155d5066d7",
"name" : "William Vambenepe",
"bio" : "William Vambenepe leads the product management team for big data services on Google Cloud Platform.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/223c8a29-aadc-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/vambenepe"
},
"22511a02-86dc-e411-b87f-00155d5066d7" : {
"id" : "22511a02-86dc-e411-b87f-00155d5066d7",
"name" : "Yuan Yuan",
"bio" : "Yuan leads Android TV search team, which brings voice search experience to the TV platform. Yuan earned her Ph.D degree in Wireless Networking and Mobile Computing from University of Maryland, College Park.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/22511a02-86dc-e411-b87f-00155d5066d7.jpg"
},
"24141515-09e3-e411-b87f-00155d5066d7" : {
"id" : "24141515-09e3-e411-b87f-00155d5066d7",
"name" : "Esteban de la Canal",
"bio" : "Esteban is the tech lead for the Android Studio Profiling Tools team and also contributes to the overall Android Studio effort. Prior to Google, Esteban worked in the games industry developing console video games. Esteban holds two Computer Science degrees from the National University of La Plata, Argentina.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/24141515-09e3-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+EstebandelaCanal",
"twitterUrl" : "https://twitter.com/estebandlc"
},
"24c0f3fc-f4f7-e411-b87f-00155d5066d7" : {
"id" : "24c0f3fc-f4f7-e411-b87f-00155d5066d7",
"name" : "Jeff Hamilton"
},
"25170118-a1dc-e411-b87f-00155d5066d7" : {
"id" : "25170118-a1dc-e411-b87f-00155d5066d7",
"name" : "Daniel Rodriguez",
"bio" : "Daniel is a Software Engineer on the Chromecast team focused on innovative user interaction models and game design. He explores new ways to engage users, creates new game experiences, and builds tools to support game developers. Previously, he worked on a variety of special projects at Google, was a gameplay engineer at Electronic Arts, Kaxan Games, and was also a computer science teacher.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/25170118-a1dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+DanielRodriguez404",
"twitterUrl" : "https://www.twitter.com/sethillgard"
},
"2801721e-8cdc-e411-b87f-00155d5066d7" : {
"id" : "2801721e-8cdc-e411-b87f-00155d5066d7",
"name" : "Brett Morgan",
"bio" : "Brett Morgan is a Developer Programs Engineer with Google Sydney, focusing on Google Maps. Brett’s team is focused on making developers successful with Google Maps on all platforms. ",
"company" : "Google Australia",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/2801721e-8cdc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+BrettMorgan",
"twitterUrl" : "https://twitter.com/DomesticMouse"
},
"336cee40-addc-e411-b87f-00155d5066d7" : {
"id" : "336cee40-addc-e411-b87f-00155d5066d7",
"name" : "Jeff Roy",
"bio" : "Jean-François works on the Google Cast SDK to enable new immersive experiences in the living room for app developers. Prior to Google, he worked at Facebook on their iOS application and on iOS GPU developer tools at Apple. Jean-François earned a bachelor's degree in Software Engineering from Université Laval.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/336cee40-addc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+JeanFran",
"twitterUrl" : "https://twitter.com/jfroy"
},
"35889d8f-10e2-e411-b87f-00155d5066d7" : {
"id" : "35889d8f-10e2-e411-b87f-00155d5066d7",
"name" : "Demetrios Papadopoulos",
"bio" : "Demetrios Papadopoulos\nSotfware Engineer, ChromeOS \u0026 Android Team.\n\nDemetrios is a software engineer on the Lovefield team. In this role, he focuses\non topics such as query execution/optimization and concurrency control. Prior to\nhis involvement in Lovefield, Demetrios worked on the Google+ Photos ChromeOS\napplication, and has also contributed to Chrome's print preview and tab\nmanagement.\n\nDemetrios earned a master's degree in Computer Science from UCLA and a\nbachelor's degree in Physics from University of Athens in Greece with an\nemphasis on computers and telecommunications.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/35889d8f-10e2-e411-b87f-00155d5066d7.jpg"
},
"36460a1c-86dc-e411-b87f-00155d5066d7" : {
"id" : "36460a1c-86dc-e411-b87f-00155d5066d7",
"name" : "Christopher Cartland",
"bio" : "Chris brings movies and music to Android TV, Chromecast, Android Auto, and Android Wear. He also launched Google Sign-In and focused on making it work seamlessly across Android, iOS, and the web. Chris earned a bachelor's degree in Electrical Engineering \u0026 Computer Science from the University of California at Berkeley and raced a solar car across Australia.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/36460a1c-86dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ChrisCartland"
},
"36862be4-e5ed-e411-b87f-00155d5066d7" : {
"id" : "36862be4-e5ed-e411-b87f-00155d5066d7",
"name" : "Yao Chen",
"bio" : "Yao works on Android Auto media app and its integration with Google Play Music and other 3rd party media apps. Prior to Google, she earned a Master degree from Stony Brook University and a bachelor's degree from Zhejiang University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/36862be4-e5ed-e411-b87f-00155d5066d7.jpg"
},
"38657c71-dcd8-e411-b87f-00155d5066d7" : {
"id" : "38657c71-dcd8-e411-b87f-00155d5066d7",
"name" : "Jacquelline Fuller",
"bio" : "Jacquelline Fuller leads Google.org which provides more than $100M yearly to support tech innovators making transformational impact in areas such as education, development and renewable energy. Jacquelline previously served as Deputy Director of Global Health at the Gates Foundation, where she was a member of the senior management team for eight years. She received her BA in political science from UCLA and a Masters in Public Policy from the Kennedy School at Harvard. She serves on the boards of GiveDirectly and Eastern Congo Initiative.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/38657c71-dcd8-e411-b87f-00155d5066d7.jpg"
},
"3895c08b-86dc-e411-b87f-00155d5066d7" : {
"id" : "3895c08b-86dc-e411-b87f-00155d5066d7",
"name" : "Krispy Uccello",
"bio" : "Krispy Uccello has been working in the technology sector for 20 years and for the last 4 years he has been part of the engineering teams at Google. He has founded and worked for startups as well and has worked for large organizations such as Nortel Networks, Unilever and the FDA. Over the last three years Krispy has been working with the game developer industry to help bring amazing game titles to the Android platform. Android TV gaming is of particular interest to Krispy.",
"company" : "Google Inc.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3895c08b-86dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+kristanuccello",
"twitterUrl" : "https://twitter.com/_krispy_"
},
"38a8209a-aadc-e411-b87f-00155d5066d7" : {
"id" : "38a8209a-aadc-e411-b87f-00155d5066d7",
"name" : "Vinay Shet",
"bio" : "Vinay is the Product Manager for reCAPTCHA and Street View. He strives to design and build cool new products to delight users through innovative use of technology. Most recently he launched the updated reCAPTCHA API that dramatically simplifies user experience while enhancing its spam fighting capability. Previously he launched the Time Machine feature in Street View letting users explore historic Street View imagery globally. Vinay has a Ph.D. in Computer Science specializing in Artificial Intelligence from the University of Maryland, College Park. He was a Research Scientist at Siemens Corporate Research lab prior to joining Google. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/38a8209a-aadc-e411-b87f-00155d5066d7.jpg"
},
"39907dd6-acdc-e411-b87f-00155d5066d7" : {
"id" : "39907dd6-acdc-e411-b87f-00155d5066d7",
"name" : "Brian Dorsey",
"bio" : "Brian Dorsey aims to help you build and run your apps. He focuses on Google Cloud Platform, especially Compute Engine, Cloud Storage, and lately Kubernetes \u0026 Container Engine. He loves Python and taught it at the University of Washington. Brian is currently learning Go and enjoying it.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/39907dd6-acdc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+BrianDorsey",
"twitterUrl" : "https://twitter.com/briandorsey"
},
"3a869128-f1e6-e411-b87f-00155d5066d7" : {
"id" : "3a869128-f1e6-e411-b87f-00155d5066d7",
"name" : "Wanda Hung",
"bio" : "Wanda Hung is a senior software engineer working on Project Loon at Google [X]. She builds infrastructure to support mission control and simulation analysis of the fleet. Prior to Google [X], Wanda developed and launched several visible Google search features which earned her patents as co-inventors. She also worked on various production systems and studied fleet-wide resource utilization in her early days at Google. Wanda received B.S. in computer engineering at the University of Washington and M.S. in computer science at the University of Michigan.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3a869128-f1e6-e411-b87f-00155d5066d7.jpg"
},
"3af1a2c6-bcd4-e411-b87f-00155d5066d7" : {
"id" : "3af1a2c6-bcd4-e411-b87f-00155d5066d7",
"name" : "Arthur Hsu",
"bio" : "Arthur Hsu is a Senior Software Engineer at Google. He is the founder and team lead of project Lovefield. He has been with Google for 4 years and worked on Google Play Movies, Google+ Photos, and Chrome browser before Lovefield. Prior to joining Google, he was a key contributor to firewall, home networking, and antispam of Symantec Norton Internet Security. Arthur earned a bachelor’s degree in Electrical Engineering and a master’s degree in Computer Science from National Tsing Hua University, Hsinchu, Taiwan.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3af1a2c6-bcd4-e411-b87f-00155d5066d7.jpg"
},
"3bf79b63-8edc-e411-b87f-00155d5066d7" : {
"id" : "3bf79b63-8edc-e411-b87f-00155d5066d7",
"name" : "Di-Ann Eisnor",
"bio" : "Di-Ann is head of growth for crowd-sourced navigation and real-time traffic application, Waze which became part of Google in June 2013. Di-Ann started the US office of Waze in 2009, founded the data-driven growth team and the Connected Citizens program. She is passionate about crowdsourcing and improving urban mobility. Prior to joining Waze, Di-Ann was Co-Founder and CEO of Platial, The People's Atlas, a collaborative, user generated, cartographic website which enabled people to map the things that are important to them. Di-Ann serves on the board of Gray Area Foundation for the Arts (GAFFTA) and Meetup inc. She is a 2014 Henry Crown Fellow of the Aspen Institute and a member of the Aspen Global Leadership Network.\n",
"company" : "Waze",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3bf79b63-8edc-e411-b87f-00155d5066d7.jpg"
},
"3d17f7d9-10df-e411-b87f-00155d5066d7" : {
"id" : "3d17f7d9-10df-e411-b87f-00155d5066d7",
"name" : "Riccardo Govoni",
"bio" : "Riccardo is a staff software engineer and engineering manager in Google Play, where he supports mobile developers in creating great apps and running successful businesses. In the past 8 years at Google he put his passion for data analytics, insights and visualizations at the service of Android developers, Adsense publishers and many other Google customers and users. Prior to that, he worked on data analysis for the financial and media markets, after earning a master's degree in theoretical physics.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3d17f7d9-10df-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+RiccardoGovoni"
},
"3e830fdc-d1d4-e411-b87f-00155d5066d7" : {
"id" : "3e830fdc-d1d4-e411-b87f-00155d5066d7",
"name" : "Sunil Vemuri",
"bio" : "Sunil Vemuri is a Product Manager for Google Voice Actions. Sunil is responsible for building the platform and enabling partner integrations with Actions. Prior to Google, he built and oversaw speech, mobile, and context-aware products and innovations at reQall, Apple, France Telecom, and MIT. He holds a Ph.D. from the MIT Media Lab for his work on an audio-based personal memory assistant.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3e830fdc-d1d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+SunilVemuri",
"twitterUrl" : "https://twitter.com/sunilvemuri"
},
"3eca61e8-d1d4-e411-b87f-00155d5066d7" : {
"id" : "3eca61e8-d1d4-e411-b87f-00155d5066d7",
"name" : "Jennifer W. Lin",
"bio" : "Jennifer is the Technical Lead Manager for App Indexing and Google Search for Developers. Previously, she launched Google+ Sign-In for third-party apps and websites, and launched Google AdSense for mobile. Jennifer holds a Masters in Electrical Engineering and Computer Science from MIT.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/3eca61e8-d1d4-e411-b87f-00155d5066d7.jpg"
},
"42b585d7-f4f7-e411-b87f-00155d5066d7" : {
"id" : "42b585d7-f4f7-e411-b87f-00155d5066d7",
"name" : "Benoit St-Pierre",
"company" : "Google"
},
"42bca3c6-45dd-e411-b87f-00155d5066d7" : {
"id" : "42bca3c6-45dd-e411-b87f-00155d5066d7",
"name" : "Rachel Been",
"bio" : "Rachel is a senior art director with the Material Design at Google, team focusing on visual brand and imagery. Prior to Material Design, Rachel was a senior designer on the Google Play team.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/42bca3c6-45dd-e411-b87f-00155d5066d7.jpg"
},
"4353492d-80ef-e411-b87f-00155d5066d7" : {
"id" : "4353492d-80ef-e411-b87f-00155d5066d7",
"name" : "Ali A. Rad",
"bio" : "Ali is the product manager for Google Calendar ecosystem and APIs. Before, he was a product manager in Google Maps. Prior to Google, Ali was a process engineer as well as developer in several start ups. Ali earned a PhD in communication and computer science from Ecole Polytechnique Federale Lausanne.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4353492d-80ef-e411-b87f-00155d5066d7.jpg"
},
"44116058-bbd4-e411-b87f-00155d5066d7" : {
"id" : "44116058-bbd4-e411-b87f-00155d5066d7",
"name" : "George Mount",
"bio" : "George is a software engineer working on the Android UI Toolkit team. His work focuses primarily on animations and transitions, including Activity and Fragment Transitions. Prior to Google, George was a developer at Nvidia, Intuit, and Netscape, working on desktop UI and server applications. George earned his master's degree from Stanford University and bachelor's degrees from Oregon State University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/44116058-bbd4-e411-b87f-00155d5066d7.jpg"
},
"445a7d4b-bdd4-e411-b87f-00155d5066d7" : {
"id" : "445a7d4b-bdd4-e411-b87f-00155d5066d7",
"name" : "Abhishek Kumar",
"bio" : "Abhishek leads the engineering team building Google’s new RPC framework - gRPC. He is responsible for internal RPC systems and their integration with various network and security technologies at Google. Previously at Google, Abhishek worked on packet processing appliances and performance profiling infrastructure. Abhishek earned a bachelor’s degree in Computer Science and Engineering from IIT Delhi and a PhD in Computer Science from Georgia Tech.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/445a7d4b-bdd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/101079747645233632073",
"twitterUrl" : "https://twitter.com/_a11r_"
},
"44cf67a2-83dc-e411-b87f-00155d5066d7" : {
"id" : "44cf67a2-83dc-e411-b87f-00155d5066d7",
"name" : "Maya Ben-Ari",
"bio" : "Maya Ben Ari is a Product Manager on Android Platform.\nMaya is driving the next generation of the Android Lock Screen and authentication system to give users better security without the hassle of entering passwords. Prior to Google, Maya worked for Microsoft as an on-campus representative and helped design Microsoft’s strategy for the university. Maya is a technology enthusiast and was heavily involved in the Israeli startup community, co-founding two startups. She earned a bachelor’s and master’s degree in Computer Science from Tel-Aviv University, and an MBA from University of Michigan.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/44cf67a2-83dc-e411-b87f-00155d5066d7.jpg"
},
"45cc3a01-d2d4-e411-b87f-00155d5066d7" : {
"id" : "45cc3a01-d2d4-e411-b87f-00155d5066d7",
"name" : "Satyajeet Salgar",
"bio" : "Satyajeet is a Product Manager on the Search team. He works on trying to understand all of the worlds media through the Knowledge Graph, and building interesting features based on this knowledge in Search, Now and across Google. He's previously held product management and partnerships roles on YouTube, Games, Ads and Payments. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/45cc3a01-d2d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+SatyajeetSalgar",
"twitterUrl" : "http://www.twitter.com/salgar"
},
"4695f8ab-dbd8-e411-b87f-00155d5066d7" : {
"id" : "4695f8ab-dbd8-e411-b87f-00155d5066d7",
"name" : "Benjamin Frenkel",
"bio" : "Ben leads the developer experience efforts for the Play Games team. His team provides developers reusable, battle tested components that have become ubiquitous in successful mobile games, like achievements and leaderboards, and game management tools, like Player Analytics, in the developer console to help developers manage their business. Prior to Google, Ben was a management consultant at McKinsey, and previously worked in engineering, pre-sales, and business development roles. Ben earned his MBA from the MIT Sloan School of Management, and his bachelor’s in Computer Science from the University of Arizona.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4695f8ab-dbd8-e411-b87f-00155d5066d7.jpg"
},
"4a0afc0e-b3df-e411-b87f-00155d5066d7" : {
"id" : "4a0afc0e-b3df-e411-b87f-00155d5066d7",
"name" : "Regina Dugan",
"bio" : "Engineer-artist. Doer-dreamer. Scientific coach, mentor, taskmaster, technogeek. Caltech PhD in mechanical engineering. CNN Top 10 Thinker. The Verge 50. Former Director of DARPA. Captain of the ATAP pirate ship. Likes epic sh*t.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4a0afc0e-b3df-e411-b87f-00155d5066d7.jpg"
},
"4a11a6c5-84dc-e411-b87f-00155d5066d7" : {
"id" : "4a11a6c5-84dc-e411-b87f-00155d5066d7",
"name" : "Sascha Prueter",
"bio" : "Sascha Prueter is the Android TV Program Manager at Google in California, working within the Android Engineering and Product Management teams in the linear TV, PayTV and gaming space for Android TV. He previously led the overall Android platform Program Management to release new Android operating system versions to phones and tablets across the world. Before Google Sascha led Program Management teams for digital TV products as well as working directly with major Telcos on deploying IPTV systems in international markets.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4a11a6c5-84dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+SaschaPrueteratGoogle",
"twitterUrl" : "https://twitter.com/Rookie0ne"
},
"4b9729c2-d2d4-e411-b87f-00155d5066d7" : {
"id" : "4b9729c2-d2d4-e411-b87f-00155d5066d7",
"name" : "Shanee Nishry",
"bio" : "Shanee Nishry is a Games Developer Advocate working to empower game developers, advance virtual reality and bring the best gaming experience to Android. Prior to Google, Shanee worked as a game programmer and created various games and cross-platform game engines. \n\nShanee is extremely passionate about games, engine architecture and virtual reality and was listed in the UK's Top 100 Women in Games of 2015.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4b9729c2-d2d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ShaneeNishry",
"twitterUrl" : "https://twitter.com/Lunarsong"
},
"4cc92ea7-7edc-e411-b87f-00155d5066d7" : {
"id" : "4cc92ea7-7edc-e411-b87f-00155d5066d7",
"name" : "Surojit Chatterjee",
"bio" : "Surojit Chatterjee is Director of Product Management for Mobile Search Advertising and AdSense for Search at Google. Previously, Surojit led payment products for Google in the Asia Pacific region and mobile products for Google India. Prior to Google, Surojit worked as a Senior Product Manager at Symantec Corporation and as a senior engineer at Oracle and IBM. Surojit has an MBA from MIT Sloan School of Management, a B. Tech in Computer Science from IIT Kharagpur and an MS in Computer Science from SUNY at Buffalo. Surojit has 24 granted US patents to his name.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4cc92ea7-7edc-e411-b87f-00155d5066d7.jpg"
},
"4dbd009e-bcd4-e411-b87f-00155d5066d7" : {
"id" : "4dbd009e-bcd4-e411-b87f-00155d5066d7",
"name" : "Rob Dodson",
"bio" : "Rob Dodson is a developer advocate at Google where he focuses on Polymer and Web Components. In previous roles he’s helped craft design systems for massive enterprise companies, user interfaces for console titles, and even built the occasional enchanted princess game. These days his mission is to fight for a better web and to help developers build great experiences.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4dbd009e-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+RobDodson",
"twitterUrl" : "https://twitter.com/rob_dodson"
},
"4ee4be33-0ced-e411-b87f-00155d5066d7" : {
"id" : "4ee4be33-0ced-e411-b87f-00155d5066d7",
"name" : "Sugeeti Kochhar",
"bio" : "Sugeeti Kochhar is a Product Manager at Google working on AdWords. She's passionate about improving advertiser experiences. Prior to being a Product Manager, she was a software engineer on Google Search. Sugeeti completed her bachelors from University of Delhi with top honors. She has also acted in and hosted Indian television shows.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4ee4be33-0ced-e411-b87f-00155d5066d7.jpg"
},
"4ef6d377-bcd4-e411-b87f-00155d5066d7" : {
"id" : "4ef6d377-bcd4-e411-b87f-00155d5066d7",
"name" : "Xiaowen Xin",
"bio" : "As the product manager for Smart Lock for Android and Smart Lock for Chrome, Xiaowen is trying to kill passwords across all your physical devices. She has over ten years of experience in the tech industry, having worked at startups and major tech companies like Microsoft and EMC. Xiaowen earned a bachelor’s degree in computer science from MIT.",
"company" : "Google Inc.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4ef6d377-bcd4-e411-b87f-00155d5066d7.jpg"
},
"4f2f25df-dad8-e411-b87f-00155d5066d7" : {
"id" : "4f2f25df-dad8-e411-b87f-00155d5066d7",
"name" : "Waleed Kadous",
"bio" : "Waleed Kadous leads the Android Location and Context Team, which is responsible for location, activity, proximity and sensors in the Android platform. Prior to joining Google, he built robots to find victims in disaster areas and worked on some of the early speech interaction agents for mobile devices. He completed his PhD in Machine Learning at the University of New South Wales in Sydney, Australia. ",
"company" : "Google Inc",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4f2f25df-dad8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+WaleedKadous",
"twitterUrl" : "https://twitter.com/waleedk"
},
"4f546bc8-9dd9-e411-b87f-00155d5066d7" : {
"id" : "4f546bc8-9dd9-e411-b87f-00155d5066d7",
"name" : "Manuel Clement",
"bio" : "Hello! I'm a UX Designer and Prototyper on the Virtual Reality team at Google. I love to build interactive, animated UI prototypes, teach kids programming and electronics, and practice Wing Chun kung fu. I also design sounds for Doodles, and worked on Material Design, Chrome and the Self-Driving Car.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/4f546bc8-9dd9-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ManuelClement",
"twitterUrl" : "https://twitter.com/mano1creative"
},
"504a7e44-89dc-e411-b87f-00155d5066d7" : {
"id" : "504a7e44-89dc-e411-b87f-00155d5066d7",
"name" : "Jonathan Zemel",
"bio" : "Jon Zemel is a product manager at Skybox Imaging, a satellite imaging and data analytics company that was acquired by Google in 2014. His team develops imagery and analytics applications that provide useful and timely metrics describing economic and societal activity on Earth. Previously, Jon was the product manager for Skybox Mission Control, a suite of web applications used for launch and operations of SkySat-1 and SkySat-2. Jon holds a Bachelor's degree in Management Science and Engineering from Stanford University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/504a7e44-89dc-e411-b87f-00155d5066d7.jpg"
},
"50c15367-8fdc-e411-b87f-00155d5066d7" : {
"id" : "50c15367-8fdc-e411-b87f-00155d5066d7",
"name" : "James McGill",
"bio" : "James has worked on Geo APIs at Google since 2007, and now manages the teams responsible for helping to make Google's accurate and timely model of the real world available to developers on all platforms. James earned a bachelor's degree in Computer Systems and Business Management from the University of Queensland in sunny Australia. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/50c15367-8fdc-e411-b87f-00155d5066d7.jpg"
},
"519ccfb4-bcd4-e411-b87f-00155d5066d7" : {
"id" : "519ccfb4-bcd4-e411-b87f-00155d5066d7",
"name" : "Paul Irish",
"bio" : "Paul Irish wants to help you make the web even more amazing, fun, and fast. He works on the Chrome DevTools, Chrome's web platform and open source projects that improve the web.",
"company" : "Chrome",
"plusoneUrl" : "https://plus.google.com/+PaulIrish",
"twitterUrl" : "https://twitter.com/paul_irish"
},
"51ad64c9-a1dc-e411-b87f-00155d5066d7" : {
"id" : "51ad64c9-a1dc-e411-b87f-00155d5066d7",
"name" : "Jen Kozenski Devins",
"bio" : "Jen works to make Google products universally accessible by consulting with teams on accessibility design practices and guidelines. She has also worked as a user experience design manager on products such as Google Search and Google Analytics. Prior to Google, Jen was an interaction designer at eBay and worked on the finding and buying experiences. Jen earned a master's degree in education with an instructional technology emphasis from the University of Illinois Urbana-Champaign. ",
"company" : "Google Apps",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/51ad64c9-a1dc-e411-b87f-00155d5066d7.jpg"
},
"5217e82c-bef8-e411-b87f-00155d5066d7" : {
"id" : "5217e82c-bef8-e411-b87f-00155d5066d7",
"name" : "Erdi Chen"
},
"52333222-e6ed-e411-b87f-00155d5066d7" : {
"id" : "52333222-e6ed-e411-b87f-00155d5066d7",
"name" : "Zhen Song",
"bio" : "Zhen works on the Google Play Services components of Android Auto.\nZhen has a Computer Science degree from the University of Waterloo.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/52333222-e6ed-e411-b87f-00155d5066d7.jpg"
},
"52c1c6ac-79e4-e411-b87f-00155d5066d7" : {
"id" : "52c1c6ac-79e4-e411-b87f-00155d5066d7",
"name" : "Cinthya Mohr",
"bio" : "Cinthya leads the UX team for Education at Google, focusing on delivering user centric solutions for educators, students, parents and school admins. Cinthya and her team of UX Designers and Researchers work on Google Classroom, Google Forms, and Google Play for Education. Prior to Google, Cinthya worked at Microsoft for 7+ years, leading and delivering design solutions for products in Windows Live, Emerging Markets, and Bing. Cinthya has a Masters in Human Centered Design from the Institute of Design, IIT.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+CinthyaYukariUrasaki",
"twitterUrl" : "https://twitter.com/cin_mohr"
},
"5484274c-bad4-e411-b87f-00155d5066d7" : {
"id" : "5484274c-bad4-e411-b87f-00155d5066d7",
"name" : "Phil Weaver",
"bio" : "Phil builds developer tools to improve accessibility of Android apps. He also works on Switch Access, which helps users with significant motor impairments access the Android platform. Prior to Google, he founded Switchamajig, an assistive technology company, to help people with motor impairments control items in their daily life. Phil earned both a bachelor’s and a master’s degree in mechanical engineering with a control systems emphasis from the University of California at Berkeley.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/5484274c-bad4-e411-b87f-00155d5066d7.jpg"
},
"5602dee4-bcd4-e411-b87f-00155d5066d7" : {
"id" : "5602dee4-bcd4-e411-b87f-00155d5066d7",
"name" : "Eric Bidelman",
"bio" : "Eric is a Senior Staff Developer Programs Engineer at Google working with the Chrome team on Polymer and web components. He's the author of “Using the HTML5 Filesystem API” and has led frontend projects like Google's Santa tracker, the 2015 Google I/O web app, chromestatus.com, and html5rocks.com. Prior to Google, Eric worked as a software engineer at the University of Michigan where he designed rich web applications and APIs for the university’s 19 libraries.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/5602dee4-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+EricBidelman",
"twitterUrl" : "https://twitter.com/ebidel"
},
"56054844-85fa-e411-b87f-00155d5066d7" : {
"id" : "56054844-85fa-e411-b87f-00155d5066d7",
"name" : "Glen Keane",
"bio" : "Artist from a family of Artists. Animator. Master draftsman. Champion of the hand-drawn line. Storyteller. Disney Legend. Creator of Ariel, Beast, Aladdin, Pocahontas, Tarzan, Rapunzel. Creator of Google Spotlight Story, \"Duet\".",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/56054844-85fa-e411-b87f-00155d5066d7.jpg"
},
"5607c721-d1d4-e411-b87f-00155d5066d7" : {
"id" : "5607c721-d1d4-e411-b87f-00155d5066d7",
"name" : "Ian Lake",
"bio" : "Ian Lake is a developer advocate focused on the Android framework and the Android Support Library, although you'll always find him with at least a few wearable devices on. Prior to Google, he worked as an Android developer at Facebook and Phunware. Ian received his Masters in Computer Science from the University of Southern California and a Bachelors of Science in Computer Science and a Bachelors of Science in Physics from Montana State University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/5607c721-d1d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+IanLake",
"twitterUrl" : "https://twitter.com/ianhlake"
},
"5837632e-d1d4-e411-b87f-00155d5066d7" : {
"id" : "5837632e-d1d4-e411-b87f-00155d5066d7",
"name" : "Josh Estelle",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+JoshEstelle",
"twitterUrl" : "https://twitter.com/jestelle"
},
"58c6856f-8df3-e411-b87f-00155d5066d7" : {
"id" : "58c6856f-8df3-e411-b87f-00155d5066d7",
"name" : "Laurence Moroney"
},
"59d556a4-86dc-e411-b87f-00155d5066d7" : {
"id" : "59d556a4-86dc-e411-b87f-00155d5066d7",
"name" : "Jamil Moledina",
"bio" : "At Google Play, Jamil manages strategic games partners on the store, from large entertainment studios and AAA publishers to innovative independent game developers. This consists of full lifecycle support, from providing development resources, to business model feedback, to editorial featuring. Jamil also heads up strategic projects such as games portfolio outreach and sourcing for Android TV, and works on improving discovery on the store. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/59d556a4-86dc-e411-b87f-00155d5066d7.jpg"
},
"59e93328-58dd-e411-b87f-00155d5066d7" : {
"id" : "59e93328-58dd-e411-b87f-00155d5066d7",
"name" : "Sridhar Ramaswamy",
"bio" : "Sridhar Ramaswamy oversees all of Google’s Ads and Commerce products, which include search, display and video advertising, analytics, shopping, payments, and travel. Joining Google as an engineer since 2003, he’s been an integral part of the growth of AdWords and Google’s advertising business. \n\nPrior to joining Google, Sridhar was a Director of Engineering for the analytics platform at E.piphany. He also held research positions at Bell Labs, Lucent Technologies, and Bell Communications Research (Bellcore).\n\nSridhar earned a bachelor's degree in computer science from the Indian Institute of Technology Madras, and his master’s of science and PhD in computer science from Brown University. He has published numerous papers on database systems and database theory, and holds several patents in that area.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/59e93328-58dd-e411-b87f-00155d5066d7.jpg"
},
"5bd49b5d-83dc-e411-b87f-00155d5066d7" : {
"id" : "5bd49b5d-83dc-e411-b87f-00155d5066d7",
"name" : "Prasenjit Phukan",
"bio" : "Prasenjit is a product manager working on mobile payments. In his past roles, he has worked on Google Wallet, Maps, and Android for which he received the Founders Award. Prasenjit earned a Bachelor's degree in Electrical Engineering from Nanyang Technological University in Singapore and a MBA from the MIT Sloan School of Management.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/5bd49b5d-83dc-e411-b87f-00155d5066d7.jpg"
},
"5c00b159-1bea-e411-b87f-00155d5066d7" : {
"id" : "5c00b159-1bea-e411-b87f-00155d5066d7",
"name" : "Tony Chen",
"bio" : "Tony currently leads the Android Pay In-App team. He is on a never-ending quest to produce the perfect continuous deployment environment. Before this current role, Tony spent some time building out Payments Infrastructure, advocating for faster testing and daily releases. Prior to coming to Google, Tony spent time doing full stack development at various startups such as Wealthfront, Songkick and Blurb.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/5c00b159-1bea-e411-b87f-00155d5066d7.jpg"
},
"60166cd8-83dc-e411-b87f-00155d5066d7" : {
"id" : "60166cd8-83dc-e411-b87f-00155d5066d7",
"name" : "Paul Mclean",
"bio" : "Paul McLean has 28 years of experience developing C++ and Java applications for Windows, Mac and Android. He has worked in domains as varied as rich-content creation, healthcare, discrete signal analysis and programming languages but his special interest has always been music and audio applications. He is currently a member of the Android OS media/audio team where is responsible for USB audio support in Android.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/60166cd8-83dc-e411-b87f-00155d5066d7.jpg"
},
"6184274c-bad4-e411-b87f-00155d5066d7" : {
"id" : "6184274c-bad4-e411-b87f-00155d5066d7",
"name" : "Mano Marks",
"bio" : "Mano Marks is a Developer Advocate who has been with Google for more than eight years. He worked on Maps for many years, and now advocates on behalf of mobile developers, helping make the experience of using Google's mobile services easier, better, and reaching more devices.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6184274c-bad4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ManoMarks",
"twitterUrl" : "https://twitter.com/ManoMarks"
},
"63851097-bcd4-e411-b87f-00155d5066d7" : {
"id" : "63851097-bcd4-e411-b87f-00155d5066d7",
"name" : "James Kelly",
"bio" : "James Kelly joined Google in 2008 as a Product Manager, he works on the Android team in London - Android’s biggest engineering team outside the US. James worked on the Android Lollipop release adding the Android for Work features which make Android awesome in the workplace. Prior to moving to London, he was Product Manager for Multimedia and Graphics in Jelly Bean and Kit Kat. Previously James also worked on Google Maps as Product Manager for Map Maker and spearheaded the launch of the Google Fiber project in 2010.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/63851097-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+JamesKelly1"
},
"65523ba6-87dc-e411-b87f-00155d5066d7" : {
"id" : "65523ba6-87dc-e411-b87f-00155d5066d7",
"name" : "Mike Procopio",
"bio" : "Mike is a Staff Software Engineer at Google and leads the Google Drive SDK team. He's passionate about third-party developers and their experience, and is especially interested in integrations between Android and Drive. Mike holds a Ph.D. in Computer Science from the University of Colorado, where he studied Machine Learning and Autonomous Robot Navigation. When not slingin' code on Drive, Mike can be found running along the trails near his home in Boulder, Colorado. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/65523ba6-87dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+MikeProcopio"
},
"662a6b91-27f8-e411-b87f-00155d5066d7" : {
"id" : "662a6b91-27f8-e411-b87f-00155d5066d7",
"name" : "Barbara Wang"
},
"669c1a81-bcd4-e411-b87f-00155d5066d7" : {
"id" : "669c1a81-bcd4-e411-b87f-00155d5066d7",
"name" : "Dan Aminzade",
"bio" : "Dan Aminzade is a software engineer on the Android Wear team.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/669c1a81-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+Monziggity",
"twitterUrl" : "https://twitter.com/monziggity"
},
"66ccda3c-bbd4-e411-b87f-00155d5066d7" : {
"id" : "66ccda3c-bbd4-e411-b87f-00155d5066d7",
"name" : "Meghan Desai",
"bio" : "Meghan Desai is a Product Manager at Google working on Android power management and wireless connectivity features. He has previously worked on Google’s Big Data platform. He is passionate about building products that are simple, seamless, and intuitive to use. An engineer at heart, Meghan enjoys building Android apps, tinkering with microcontrollers, and studying oenology. He has a BS in Electrical and Computer Engineering from Cornell University and an MBA from Harvard Business School.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/66ccda3c-bbd4-e411-b87f-00155d5066d7.jpg"
},
"66d959cb-9cd9-e411-b87f-00155d5066d7" : {
"id" : "66d959cb-9cd9-e411-b87f-00155d5066d7",
"name" : "Erica Morse",
"bio" : "Erica is a UX designer on Cardboard. Before she started playing in virtual reality, she was at YouTube designing tools for video creators. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/66d959cb-9cd9-e411-b87f-00155d5066d7.jpg"
},
"67807b7f-aadc-e411-b87f-00155d5066d7" : {
"id" : "67807b7f-aadc-e411-b87f-00155d5066d7",
"name" : "Ying Liu",
"bio" : "Ying Liu is a software engineering manager at Google. She is passionate about fighting spam and making life easier for internet users.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/67807b7f-aadc-e411-b87f-00155d5066d7.jpg"
},
"67cffa0f-bef8-e411-b87f-00155d5066d7" : {
"id" : "67cffa0f-bef8-e411-b87f-00155d5066d7",
"name" : "Asif Baki ",
"bio" : "Asif Baki is a user experience researcher at Google, where he leads a team of researchers focused on understanding the international user experience of Google Search and Maps. He holds a Masters in Human Computer Interaction from University of Michigan Ann Arbor and an undergraduate degree in Economics and Computer Science from the University of Illinois at Urbana Champaign. Prior to Google, Asif was a user experience researcher at Microsoft working on digital media experiences.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/67cffa0f-bef8-e411-b87f-00155d5066d7.jpg"
},
"686df00c-1aea-e411-b87f-00155d5066d7" : {
"id" : "686df00c-1aea-e411-b87f-00155d5066d7",
"name" : "Dirk Balfanz",
"bio" : "Dirk Balfanz is a software engineer in Google's Authentication Team. He is currently working on strengthening authentication on the Web through the use of public-key cryptography. In the past, Dirk worked on Google's OpenID and OAuth implementations, as well as different pieces of Google's (and Android's) authentication and authorization infrastructure. He holds a PhD in Computer Science from Princeton University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/686df00c-1aea-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+DirkBalfanz",
"twitterUrl" : "https://twitter.com/balfanz"
},
"68897b8b-d1d4-e411-b87f-00155d5066d7" : {
"id" : "68897b8b-d1d4-e411-b87f-00155d5066d7",
"name" : "Brahim Elbouchikhi",
"bio" : "Brahim Elbouchikhi is a Senior Product Manager on the Google Play team. Brahim is responsible for app discovery features on the Play store, including search, personalization, and top charts. Brahim holds an MBA from the Stanford Graduate School of Business and a BS in Computer Science and Engineering from UCLA. Brahim has also worked at Amazon and Deloitte in addition to starting a company in the past.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/68897b8b-d1d4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/ielbouchikhi"
},
"68e83cd7-87dc-e411-b87f-00155d5066d7" : {
"id" : "68e83cd7-87dc-e411-b87f-00155d5066d7",
"name" : "Arnar Birgisson",
"bio" : "Arnar Birgisson is a Software Engineer on the Google Identity team. He works on the design and implementation of open standards for secure cross-device authentication. Prior to joining Google, Arnar did research in software security and programming language technology. He earned his PhD in Computer Science from Chalmers University of Technology in Gothenburg.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/68e83cd7-87dc-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/arnarbi"
},
"6ad0845e-90dc-e411-b87f-00155d5066d7" : {
"id" : "6ad0845e-90dc-e411-b87f-00155d5066d7",
"name" : "Shazia Makhdumi",
"bio" : "Shazia leads the team responsible for bringing the best apps to kids on Google Play. They work with developers worldwide to help them grow their businesses on Android and with internal product teams to influence product development. Shazia has spent over 15 years in the tech industry, from Netscape in the early days of the Internet to her own venture ColorStories. She holds a BS and MS in Electrical Engineering and Computer Science from MIT, and an MBA from Stanford.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6ad0845e-90dc-e411-b87f-00155d5066d7.jpg"
},
"6ae82b7c-81fa-e411-b87f-00155d5066d7" : {
"id" : "6ae82b7c-81fa-e411-b87f-00155d5066d7",
"name" : "Karen Dufilho-Rosen",
"bio" : "Indefatigable enabler of storytellers. Renowned and yet to be discovered @houseofkdr. Producer. Double Academy Award Winner. Former Pixar. Swept into the vortex with a little mouse and a red hat… executive producer making big movies for small screens @GoogleATAP.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6ae82b7c-81fa-e411-b87f-00155d5066d7.jpg"
},
"6b21dfbd-7fe8-e411-b87f-00155d5066d7" : {
"id" : "6b21dfbd-7fe8-e411-b87f-00155d5066d7",
"name" : "Wayne Piekarski",
"bio" : "Wayne Piekarski is a Developer Advocate at Google, focusing on Android, Wear, and Auto. He has worked for 15 years in academia and industry in the areas of wearable computing, outdoor augmented reality, 3D user interfaces, and mobile devices, with a PhD from the University of South Australia. Wayne works to get developers excited about new mobile and wearable technologies, through conferences, social media, and training materials. He also works to advocate for developers within Google, ensuring developers have the right tools and information to support their work.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6b21dfbd-7fe8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+WaynePiekarski",
"twitterUrl" : "https://twitter.com/waynepiekarski"
},
"6c18c1c8-d1d4-e411-b87f-00155d5066d7" : {
"id" : "6c18c1c8-d1d4-e411-b87f-00155d5066d7",
"name" : "Fergus Hurley",
"bio" : "Fergus is a Product Manager on Google Play focused on app excellence. Previously, he worked in the Strategic Technology Group focused on leveraging natural language processing and machine learning for Google's core products. Prior to Google, Fergus founded Focal Labs, a venture-backed app company which was acquired by RadiumOne in 2011 where he became Director of Mobile Products. He has a Bachelor of Engineering degree from University College Cork Ireland and a Masters in Electrical Engineering and Computer Science from MIT.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6c18c1c8-d1d4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/fergushurley"
},
"6d894712-acdc-e411-b87f-00155d5066d7" : {
"id" : "6d894712-acdc-e411-b87f-00155d5066d7",
"name" : "Justin Broughton",
"bio" : "Justin Broughton has been at Google for two years, working on building mobile testing tools and infrastructure for developers.\n\nPrior to that he was VP Engineering at a number of large and small companies, working on building software diverse areas such as ContactCenters and Health-Gaming.",
"company" : "Google",
"twitterUrl" : "https://twitter.com/justbroughton"
},
"6ecca908-19e5-e411-b87f-00155d5066d7" : {
"id" : "6ecca908-19e5-e411-b87f-00155d5066d7",
"name" : "Johnny Lee",
"bio" : "Johnny Lee is the lead of Project Tango at Google - which is a focused effort to bring computer vision and advanced sensor fusion to mobile platforms. Previously, he was a core algorithms contributor to the original Xbox Kinect. His videos demonstrating Wii remote hacks have surpassed over 20 million views on YouTube and TED. He received his PhD in Human-Computer Interaction from Carnegie Mellon University and has been recognized in MIT Technology Review’s TR35.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6ecca908-19e5-e411-b87f-00155d5066d7.jpg"
},
"6feda010-52dd-e411-b87f-00155d5066d7" : {
"id" : "6feda010-52dd-e411-b87f-00155d5066d7",
"name" : "Taylor Savage",
"bio" : "Taylor is the Product Manager for the Polymer team, and a PM on the Open Web Platform team in Chrome. Prior to joining the Polymer team, Taylor worked on creating new front-end features on the Google Search page. He earned his bachelors degree in Computer Science from Stanford University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/6feda010-52dd-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/taylorthesavage"
},
"703b0f68-21fb-e411-b87f-00155d5066d7" : {
"id" : "703b0f68-21fb-e411-b87f-00155d5066d7",
"name" : "Justin Lin",
"bio" : "Writer, Director and Producer of films grossing over $2B, including the Fast and Furious franchise and upcoming Star Trek 3 for Paramount. Entrepreneur and Founder of Perfect Storm Entertainment and Bullitt, a filmmakers’ collective and creative studio situated at the nexus of entertainment and advertising. Director of Google Spotlight Story Help, a live action 360 short film available on iOS and Android Spring 2015.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/703b0f68-21fb-e411-b87f-00155d5066d7.jpg"
},
"70f4e052-d2d4-e411-b87f-00155d5066d7" : {
"id" : "70f4e052-d2d4-e411-b87f-00155d5066d7",
"name" : "Nathan Camarillo",
"bio" : "Nathan leads the efforts for Cast gaming within the Google Cast team. His team works with game developers worldwide to help them bring connected experiences with smart devices, browsers, and televisions to the living room via Google Cast endpoints like Chromecast. Prior to Google, Nathan worked in the video game industry for THQ, Electronic Arts, Crytek, and DeNA on PC, console, and mobile games. Nathan earned a bachelor's degree in Mathematics from Rockford University and is an avid photographer.",
"company" : "Google, Inc.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/70f4e052-d2d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+NathanCamarillo",
"twitterUrl" : "https://twitter.com/n8camarillo"
},
"71329f73-b9d4-e411-b87f-00155d5066d7" : {
"id" : "71329f73-b9d4-e411-b87f-00155d5066d7",
"name" : "Brett Lider",
"bio" : "Brett is the design lead for Android Wear, helping design experiences that are glanceable and actionable, so that users can get things done and get back to whatever they were doing. He has been working at Google as a designer for ten years. Brett is also credited with discovering the ideal bicycling commuting route from San Francisco to Mountain View and is a founding member of the open-to-anyone bicycling commuting club SF2G.\n\nBrett has a bachelor’s degree in Cognitive Science from the University of Virginia.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+BrettLider",
"twitterUrl" : "https://twitter.com/bl"
},
"7189088f-91dc-e411-b87f-00155d5066d7" : {
"id" : "7189088f-91dc-e411-b87f-00155d5066d7",
"name" : "Gustavo Moura",
"bio" : "Google Fit Platform Tech Lead",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/7189088f-91dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+GustavoMouraGoogle"
},
"71a6b62b-09e3-e411-b87f-00155d5066d7" : {
"id" : "71a6b62b-09e3-e411-b87f-00155d5066d7",
"name" : "Jerome Dochez ",
"bio" : "Jerome is the tech lead for the Android Gradle plugin. He's taking care of implementing new features, daily maintenance like bug prioritization and scheduling the next release features. Prior to working on Android tools, he was working on the new Gmail Inbox initiative. Prior to Google, Jerome was the GlassFish Open Source project architect where he lead a complete redesign of the Java EE Application Server to be modular, with a fast startup and small memory footprint. ",
"company" : "Google Inc.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/71a6b62b-09e3-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/111697552058861509021",
"twitterUrl" : "https://twitter.com/dochez"
},
"72f0b64e-f3ec-e411-b87f-00155d5066d7" : {
"id" : "72f0b64e-f3ec-e411-b87f-00155d5066d7",
"name" : "Ian Lewis",
"bio" : "Ian is a Developer Advocate on the Google Cloud Platform team working out of Tokyo. Ian loves Python and Go and helps run the two largest respective events in Japan, PyCon JP and GoCon. Ian is also interested in Docker and Kubernetes and hopes to help Google Cloud Platform users achieve their highest potential.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/72f0b64e-f3ec-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+IanLewis",
"twitterUrl" : "https://twitter.com/IanMLewis"
},
"72f2cdac-81dc-e411-b87f-00155d5066d7" : {
"id" : "72f2cdac-81dc-e411-b87f-00155d5066d7",
"name" : "Prakash Hariramani",
"bio" : "Prakash Hariramani is a senior product manager in the Android Pay team. His mission is to enable an amazing in-store mobile commerce experience on Android devices. This includes making payments and sending loyalty and offer information with a single tap\nPrakash started his career in payments and then moved to mobile and then decided to combine the two. Prakash has a Bachelor's degree from Franklin \u0026 Marshall College and a Master of Science in Information Networking from Carnegie Mellon University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/72f2cdac-81dc-e411-b87f-00155d5066d7.jpg"
},
"749cb296-8cdc-e411-b87f-00155d5066d7" : {
"id" : "749cb296-8cdc-e411-b87f-00155d5066d7",
"name" : "Elena Kelareva",
"bio" : "Elena Kelareva is the Product Manager for the Google Maps Web APIs, including the JavaScript Maps API which is used on over 2 million websites, Geocoding API, Directions API and the recently launched Roads API. She has a PhD in Computer Science from the Australian National University, and previously worked as a Software Engineer at OMC International, building software that improves safety and prevents ship groundings at some of the world's largest ports.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/749cb296-8cdc-e411-b87f-00155d5066d7.jpg"
},
"74ccda3c-bbd4-e411-b87f-00155d5066d7" : {
"id" : "74ccda3c-bbd4-e411-b87f-00155d5066d7",
"name" : "Colt McAnlis",
"bio" : "Colt McAnlis is a Developer Advocate at Google; Before that, he was a graphics programmer in the games industry working at Blizzard [http://goo.gl/TfRlw] , Microsoft [http://goo.gl/6w5AMB], and Petroglyph [http://goo.gl/1RyVsu] . He’s been an Adjunct Professor at SMU Guildhall [http://goo.gl/4wHn51], a UDACITY instructor [http://goo.gl/vaWjc], and a Book Author [http://goo.gl/di4Osg]. Recently, he’s been teaching Android Devs the Zen of Performance [http://goo.gl/4ZJkY1]. When he's not working with developers, Colt spends his time preparing for an invasion of giant ants from outer space.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/74ccda3c-bbd4-e411-b87f-00155d5066d7.jpg"
},
"757fbe44-e2f8-e411-b87f-00155d5066d7" : {
"id" : "757fbe44-e2f8-e411-b87f-00155d5066d7",
"name" : "Raul Portales",
"bio" : "Raul is a Software Engineer working as a contract consultant with Platty Soft. Before that, he co-founded a game studio called The Pill Tree, which ran for a year. He loves public speaking, and has presented at several DroidCons and Game Developer Conferences. After working for several years on front end, especially building games, Raul has developed a special interest in UX and UI. His current favourite topic is Playful Design. He also maintains the Leonids library, which is a particle system for standard Android UI.",
"company" : "Platty Soft",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/757fbe44-e2f8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+RaulPortales",
"twitterUrl" : "https://twitter.com/sla_shalafi"
},
"75bd3772-d2d4-e411-b87f-00155d5066d7" : {
"id" : "75bd3772-d2d4-e411-b87f-00155d5066d7",
"name" : "Michelle Haq",
"bio" : "Google Fit Platform Product Manager",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/75bd3772-d2d4-e411-b87f-00155d5066d7.jpg"
},
"75c21847-b3df-e411-b87f-00155d5066d7" : {
"id" : "75c21847-b3df-e411-b87f-00155d5066d7",
"name" : "Rachid El Guerrab",
"bio" : "Gamedev and graphics architect. Art pipelines craftsman, since the early consoles. Loves coffee and self-modifying GPU-friendly code. Tech Project Lead for Spotlight Stories. From an Oscar to a Grammy. A mobile movie theater. A film festival for your pocket.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/75c21847-b3df-e411-b87f-00155d5066d7.jpg"
},
"76b8ffdc-85dc-e411-b87f-00155d5066d7" : {
"id" : "76b8ffdc-85dc-e411-b87f-00155d5066d7",
"name" : "Xavier Ducrohet",
"bio" : "Xavier is the engineering lead for the developer tools for Android.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/76b8ffdc-85dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+XavierDucrohet",
"twitterUrl" : "https://twitter.com/@droidxav"
},
"7c4e6155-73f2-e411-b87f-00155d5066d7" : {
"id" : "7c4e6155-73f2-e411-b87f-00155d5066d7",
"name" : "Henry Newton-dunn",
"bio" : "Henry manages the Android Auto and the Android TV UX teams. Prior to Google, Henry specialized in Interaction based R\u0026D and concept development, and worked at Sony as the Director of the Sony Electronics User Interface Design Group based in LA and san Diego. Henry earned a Master of Art degree at the Royal College of Art in London, UK where he originally heralds from. ",
"company" : "Android UX",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/7c4e6155-73f2-e411-b87f-00155d5066d7.jpg"
},
"7c6b3901-dcd8-e411-b87f-00155d5066d7" : {
"id" : "7c6b3901-dcd8-e411-b87f-00155d5066d7",
"name" : "Eve Andersson",
"bio" : "Eve leads Accessibility Engineering at Google. Prior to joining Google, Eve was Senior Vice President of Academics at Neumont University. She also co-founded ArsDigita Corporation, an open-source software company that was acquired by Red Hat, and she was Visiting Professor of Computer Science at Universidad Galileo in Guatemala City. Eve has co-authored two books: Software Engineering for Internet Applications (MIT Press, 2006) and Early Adopter VoiceXML (Wrox Press, 2001). She serves on the Professional Development Committee of the Association for Computing Machinery (ACM). She has Engineering degrees from Caltech and U.C. Berkeley and an MBA in Finance from Wharton.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/7c6b3901-dcd8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+EveAndersson"
},
"7d48c380-b9d4-e411-b87f-00155d5066d7" : {
"id" : "7d48c380-b9d4-e411-b87f-00155d5066d7",
"name" : "Alex Komoroske",
"bio" : "Alex is the lead Product Manager for Chrome's Open Web Platform team. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/7d48c380-b9d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+AlexKomoroske"
},
"7e91b52b-d3d4-e411-b87f-00155d5066d7" : {
"id" : "7e91b52b-d3d4-e411-b87f-00155d5066d7",
"name" : "Tingmui Li",
"bio" : "Tingmui is a Product Manager for Google Cloud Messaging, focusing on building messaging product that (re)connects developers with their users effectively. \nPrior to Google, she was a product manager at a startup, building a social and local app; a management consultant, advising technology companies on business and operational strategies; an engineering lead in a mobile company, launching products to hundreds of millions of users.\nTingmui has an INSEAD MBA, Stanford MSc and University of Virginia BSc degrees.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/7e91b52b-d3d4-e411-b87f-00155d5066d7.jpg"
},
"80413dde-def5-e411-b87f-00155d5066d7" : {
"id" : "80413dde-def5-e411-b87f-00155d5066d7",
"name" : "David Singleton",
"bio" : "David is an Engineering Director on the Android team, leading Android Wear and development of several apps. He joined Google in early 2006 in London and has worked on a diverse set of Mobile and Ads projects over the years. Prior to Google he worked at Symbian Ltd, developing OS software for the first smartphones. He earned his degree in Computer Science from Cambridge University where he studied at St John's College.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+DavidSingleton",
"twitterUrl" : "https://twitter.com/dps"
},
"80923bc2-fbf8-e411-b87f-00155d5066d7" : {
"id" : "80923bc2-fbf8-e411-b87f-00155d5066d7",
"name" : "Anthony Ferrara",
"bio" : "Anthony Ferrara, Developer Advocate\n\nAs a Developer Advocate, Anthony works with Education, Enterprise and Productivity partners to help them execute polished integrations with Google technologies. Prior to Google, Anthony was a Senior Architect for NBCUniversal specializing in content management and web-based technologies.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+AnthonyFerrara",
"twitterUrl" : "https://twitter.com/ircmaxell"
},
"810d3536-dcd8-e411-b87f-00155d5066d7" : {
"id" : "810d3536-dcd8-e411-b87f-00155d5066d7",
"name" : "Casey Burkhardt",
"bio" : "Casey builds technologies to improve the accessibility of Google's mobile platforms. He also builds tools that allow developers to improve the accessibility of their applications. Previously, Casey led development of Android's screen reader, TalkBack. Casey earned both a bachelor's and a master's degree in computer science from Villanova University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/810d3536-dcd8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+CaseyBurkhardt"
},
"827ef975-f204-e511-b87f-00155d5066d7" : {
"id" : "827ef975-f204-e511-b87f-00155d5066d7",
"name" : "Rafa Camargo ",
"bio" : "Led the first Android Platform Integration. Accustomed to challenges. And mobile firsts. Globally. With teams from France to Beijing. Likes to cook up software, hardware, trouble and food.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/827ef975-f204-e511-b87f-00155d5066d7.jpg"
},
"841c4867-86dc-e411-b87f-00155d5066d7" : {
"id" : "841c4867-86dc-e411-b87f-00155d5066d7",
"name" : "Kris Giesing",
"bio" : "Kris Giesing leads the Leanback Library development effort as a software engineer and development manager. Prior to Google, Kris led development of mobile platforms and applications for Amazon and Yahoo, and worked on such flagship products as The MathWorks' MATLAB and Avid's Pro Tools. Kris holds bachelor's degrees in math and physics from MIT, and a master's degree from Stanford in music technology.",
"company" : "Google, Inc.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/841c4867-86dc-e411-b87f-00155d5066d7.jpg"
},
"85b72a39-d3d4-e411-b87f-00155d5066d7" : {
"id" : "85b72a39-d3d4-e411-b87f-00155d5066d7",
"name" : "Adam Dawes",
"bio" : "Adam has been a product manager at Google for over six years and currently manages the Federated Identity service. He serves on the Board of Directors for the OpenID Foundation and Open Identity Exchange and has worked in computer security for over a decade. He built email security tools as well as identity and policy controls for Postini and later for Google for Work. Adam holds an MBA from Stanford and a BA in visual arts from Harvard.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/85b72a39-d3d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+AdamDawes"
},
"86b0009d-d2d4-e411-b87f-00155d5066d7" : {
"id" : "86b0009d-d2d4-e411-b87f-00155d5066d7",
"name" : "Larry Yang",
"bio" : "Larry Yang is the lead product manager for Project Tango, responsible for creating an ecosystem of devices, applications and services. Previously he led product management for Google Fiber and was the product manager for the GoogleTV platform. Larry has been creating innovative consumer products and services for over 15 years, including leading product management for a video conferencing business at Cisco and General Manager of the Xbox 360 console group at Microsoft. He also spent 10 years in microprocessor development and marketing at Sun Microsystems. Larry has a B.S. and M.S. in Electrical Engineering from Stanford University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/86b0009d-d2d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+LarryYangGoogle",
"twitterUrl" : "https://twitter.com/lyang"
},
"8af74012-b6ea-e411-b87f-00155d5066d7" : {
"id" : "8af74012-b6ea-e411-b87f-00155d5066d7",
"name" : "Lucia Fedorova",
"bio" : "Lucia Fedorova is the Tech Lead for the Calendar API team. She joined Google full-time in 2012 after completing her Master's Degree in Theoretical Computer Science at ETH Zurich. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/8af74012-b6ea-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+LuciaFedorova"
},
"8b9a63cd-a6dc-e411-b87f-00155d5066d7" : {
"id" : "8b9a63cd-a6dc-e411-b87f-00155d5066d7",
"name" : "Nithya Sambasivan",
"bio" : "Nithya Sambasivan is a user experience researcher at Google, where she builds an understanding of Internet users and non-users in emerging markets to build global Internet access solutions. Previously she worked at Google.org. She has a PhD. in Information and Computer Sciences from UC Irvine, where she focussed on technologies for low-income communities in India; and an MS in Human Computer Interaction from Georgia Tech. Prior to Google, she was a research intern at Microsoft Research India, IBM TJ Watson Research Lab and Nokia Research Center, Tampere.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/8b9a63cd-a6dc-e411-b87f-00155d5066d7.jpg"
},
"8c815d0e-dcd8-e411-b87f-00155d5066d7" : {
"id" : "8c815d0e-dcd8-e411-b87f-00155d5066d7",
"name" : "Hugh Oh",
"bio" : "Hugh researches accessibility topics in addition to helping with accessibility outreach efforts internal and external to Google. Prior to Google, Hugh was a software engineer at Amazon and Hewlett-Packard, and a test engineer at Apple. Hugh earned a bachelor’s degree in computer science from the University of California Berkeley.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/8c815d0e-dcd8-e411-b87f-00155d5066d7.jpg"
},
"8e8a616b-addc-e411-b87f-00155d5066d7" : {
"id" : "8e8a616b-addc-e411-b87f-00155d5066d7",
"name" : "Antonio Fontan",
"bio" : "Antonio is a lead engineer in the Google Cast SDK team. He is responsible for implementing the Cast protocol, the Cast SDK and the Cast Remote Display for Android. Prior to Google, Antonio worked at Microsoft as a principal software engineer in their entertainment division. Antonio holds two master degrees, in Electrical Engineering by the Polytechnic University of Madrid and an MBA by the Haas School of Business (University of California Berkeley).",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/8e8a616b-addc-e411-b87f-00155d5066d7.jpg"
},
"90f5fba6-17e5-e411-b87f-00155d5066d7" : {
"id" : "90f5fba6-17e5-e411-b87f-00155d5066d7",
"name" : "Alex Danilo",
"bio" : "Alex works with Maps, Cast, Android and Chrome as a Developer Advocate at Google. Prior to Google he worked on W3C web standards for over a decade and developed embedded system software. Alex earned a Bachelors honors degree in computer science from the University of Sydney.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/90f5fba6-17e5-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+AlexDanilo",
"twitterUrl" : "https://twitter.com/alexanderdanilo"
},
"9158fa87-80e8-e411-b87f-00155d5066d7" : {
"id" : "9158fa87-80e8-e411-b87f-00155d5066d7",
"name" : "Joe LaPenna",
"bio" : "Currently crafting core apps and framework for Android Wear, Joe has helped build a number of Google products including Hangouts, Maps and Latitude.",
"company" : "Google, Inc.",
"plusoneUrl" : "https://plus.google.com/+jlapenna",
"twitterUrl" : "https://www.twitter.com/jlapenna"
},
"91b9ebbb-a1e7-e411-b87f-00155d5066d7" : {
"id" : "91b9ebbb-a1e7-e411-b87f-00155d5066d7",
"name" : "Sameera Ponda",
"bio" : "Sameera is an Aerospace Engineer working at Google [X]. She works on developing algorithms for estimation and simulation of balloons at Project Loon. Prior to Google, she was at the Aerospace Controls Lab at MIT where she received her Ph.D. in 2012 following a Masters in 2008 in partnership with Draper Labs. During her time at MIT, she also helped co-found the Women's Graduate Association of Aeronautics and Astronautics, a group dedicated to building community between women in aerospace engineering. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/91b9ebbb-a1e7-e411-b87f-00155d5066d7.jpg"
},
"92cc0d3c-0ee9-e411-b87f-00155d5066d7" : {
"id" : "92cc0d3c-0ee9-e411-b87f-00155d5066d7",
"name" : "Peter Norvig",
"bio" : "Peter Norvig is a Director of Research at Google; previously he directed Google's core search algorithms group. He is co-author of Artificial Intelligence: A Modern Approach, the leading textbook in the field, and co-teacher of an Artificial Intelligence class that signed up 160,000 students, helping to kick off the current round of massive open online classes. He is a Fellow of AAAI, ACM, the California Academy of Science and the American Academy of Arts \u0026 Sciences.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/92cc0d3c-0ee9-e411-b87f-00155d5066d7.jpg"
},
"92fa1838-bcd4-e411-b87f-00155d5066d7" : {
"id" : "92fa1838-bcd4-e411-b87f-00155d5066d7",
"name" : "Marc Stogaitis",
"bio" : "Marc leads the Android location and context client team at Google. He and his team focus on using sensor data to better understand what's happening in the real world. Prior to joining Google, he obtained a bachelor's degree in Software Engineering from the University of Ottawa.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/92fa1838-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+MarcStogaitis"
},
"93736f36-b3df-e411-b87f-00155d5066d7" : {
"id" : "93736f36-b3df-e411-b87f-00155d5066d7",
"name" : "Ivan Poupyrev",
"bio" : "Runs with scissors. Engineer-designer-interaction pioneer. Technologies that blend digital and physical interactivity. Fast Company's 100 Most Creative People in Business. Imagineer at Disney; Research at Sony. Serially curious.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/93736f36-b3df-e411-b87f-00155d5066d7.jpg"
},
"94ca1ee4-a0dc-e411-b87f-00155d5066d7" : {
"id" : "94ca1ee4-a0dc-e411-b87f-00155d5066d7",
"name" : "Leon Tan",
"bio" : "Leon is the head of technology partnerships at Nest, helping bring Nest’s vision of a more thoughtful home to life by working with industry-­leading companies through the Works with Nest developer program, enabling everything from lighting to appliances to wearables and even cars to securely connect with Nest products to make homes safer, more energy efficient, and more aware.\n \nPreviously, Leon led product and partner marketing at Autodesk for Spark, an open 3D printing software platform that changes how things are fundamentally designed and made. Prior to that, Leon ran Cypress Semiconductor's MFi (Made for iPod | iPhone | iPad) business.",
"company" : "Nest",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/94ca1ee4-a0dc-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/thelegacyyears"
},
"950cef66-bcd4-e411-b87f-00155d5066d7" : {
"id" : "950cef66-bcd4-e411-b87f-00155d5066d7",
"name" : "Christiaan Prins",
"bio" : "Christiaan is a product manager in the Android Platform team, currently responsible for pushing Android Backup / Restore forward. After joining Google in 2013, he first supported all Auth/Identity work in Android for the Lollipop release. Prior to Google, Christiaan worked as a product manager specializing in e2e development of IPTV, multimedia and networking products at Microsoft and Philips. Christiaan earned a master's degree in Electrical Engineering / Telecommunications from the University of Twente in The Netherlands.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/950cef66-bcd4-e411-b87f-00155d5066d7.jpg"
},
"9758624f-73dc-e411-b87f-00155d5066d7" : {
"id" : "9758624f-73dc-e411-b87f-00155d5066d7",
"name" : "Elisabeth Morant",
"bio" : "Elisabeth Morant is a Product Manager at Google where she works on Chrome security. She graduated from the Massachusetts Institute of Technology with a BS in Computer Science and Engineering, and is originally from Chicago.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9758624f-73dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/101446848158790465048",
"twitterUrl" : "https://twitter.com/egmorant"
},
"98fb372e-1bf8-e411-b87f-00155d5066d7" : {
"id" : "98fb372e-1bf8-e411-b87f-00155d5066d7",
"name" : "Andrew Brogdon",
"bio" : "As a developer programs engineer on the Ads DevRel team, Andrew coordinates outreach efforts for the Mobile Ads SDK. If you've read guides, downloaded sample code, or seen presentations on how to incorporate ads from AdMob and DFP in mobile applications, chances are you've seen his work. Prior to joining Google, Andrew was an engineer in the Bay Area startup scene, and prior to that he studied poetry under Kathy Fagan at Ohio State.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/98fb372e-1bf8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/102897862769307054804",
"twitterUrl" : "https://RedBrogdon"
},
"9ad01e5a-49dd-e411-b87f-00155d5066d7" : {
"id" : "9ad01e5a-49dd-e411-b87f-00155d5066d7",
"name" : "Owen Campbell-Moore",
"bio" : "Owen is the product manager leading Chrome's effort to allow developers to build powerful applications on the web. Prior to Google, Owen was a technical consultant to London-based VC firm Loxbridge Research. Owen earned a bachelor's degree in Computer Science from the University of Oxford.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9ad01e5a-49dd-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://owencm"
},
"9c023fcd-e1f8-e411-b87f-00155d5066d7" : {
"id" : "9c023fcd-e1f8-e411-b87f-00155d5066d7",
"name" : "Shay Klapper",
"bio" : "Shay is the founder of ‘Growth Kitchen’, a marketing agency that creates digital growth models for companies - while optimizing all stages of their acquisition funnel. He also mentors startups, helping to build their brand, shape messaging, develop content, utilize social media, and boost monetization. In the past, Shay was an intellectual property attorney, who worked with tech companies to protect their inventions and creative assets.",
"company" : "Growth Kitchen",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9c023fcd-e1f8-e411-b87f-00155d5066d7.jpg"
},
"9c3a2db0-d1d4-e411-b87f-00155d5066d7" : {
"id" : "9c3a2db0-d1d4-e411-b87f-00155d5066d7",
"name" : "Koh Kim",
"bio" : "Koh is currently a Business Development Manager for Google Play Games where she leads international market strategy and industry influencer outreach. As a hardcore gamer, she works with game developers from all over the world to create best user experiences, building player communities, and launching sustainable businesses on Google Play. She also advises game companies on international expansion and recently spent last year starting the Play business development team in Korea.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9c3a2db0-d1d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+KohKim",
"twitterUrl" : "https://twitter.com/kohkim"
},
"9c3fd321-b3df-e411-b87f-00155d5066d7" : {
"id" : "9c3fd321-b3df-e411-b87f-00155d5066d7",
"name" : ".mudge (aka Peiter) Zatko",
"bio" : "H4X0r. Former leader of \"the L0pht\" and @stake. Original author of L0phtCrack. Former DARPA cyberpunk. Focused on big security in little packages. Second-in-command of ATAP’s pirate ship.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9c3fd321-b3df-e411-b87f-00155d5066d7.jpg"
},
"9cbb2846-abdf-e411-b87f-00155d5066d7" : {
"id" : "9cbb2846-abdf-e411-b87f-00155d5066d7",
"name" : "Scott Huffman",
"bio" : "Scott Huffman is a VP of Engineering at Google where he leads efforts around mobile and voice search. He has been at Google for over nine years, and has been working on search for about 18 years. Prior to joining Google, he was VP of Engineering at Knova, an enterprise search and knowledge management company in Silicon Valley. Scott has a PhD in computer science from the University of Michigan and did his undergraduate work at Carnegie Mellon University. He has authored dozens of academic papers in information retrieval, machine learning and information extraction, and is the inventor or co-inventor on several patents.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9cbb2846-abdf-e411-b87f-00155d5066d7.jpg"
},
"9cf11122-dbd8-e411-b87f-00155d5066d7" : {
"id" : "9cf11122-dbd8-e411-b87f-00155d5066d7",
"name" : "John Affaki",
"bio" : "John is the Engineering Manager for the Google Cast SDK and Cast services teams. At Google, he also managed the Google Play store team. Prior to Google, John was at Microsoft, working, among other things on IPTV services and TV apps. In his copious spare time, he is an avid gamer, comic book reader and family man.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9cf11122-dbd8-e411-b87f-00155d5066d7.jpg"
},
"9db116b8-afdc-e411-b87f-00155d5066d7" : {
"id" : "9db116b8-afdc-e411-b87f-00155d5066d7",
"name" : "Amy Unruh",
"bio" : "Amy works in Developer Relations at Google, with a focus on the Google Cloud Platform. She has an academic background, and has also worked at several startups, worked in industrial R\u0026D, done technical training and course development, and has published a book on App Engine.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+AmyUnruh",
"twitterUrl" : "https://twitter.com/amygdala"
},
"9e701415-bcd4-e411-b87f-00155d5066d7" : {
"id" : "9e701415-bcd4-e411-b87f-00155d5066d7",
"name" : "Akshay Kannan",
"bio" : "Akshay is the Product Manager for Nearby and Android Activity Recognition. He focuses on using the sensors and hardware on devices to power new and exciting experiences. Prior to joining Android, Akshay has worked on the Google Developers Console and on Google Cloud Print.\n\nAkshay graduated from UC Berkeley in 2011 with a bachelor's degree in Electrical Engineering and Computer Science.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9e701415-bcd4-e411-b87f-00155d5066d7.jpg"
},
"9ea1f3b3-68e4-e411-b87f-00155d5066d7" : {
"id" : "9ea1f3b3-68e4-e411-b87f-00155d5066d7",
"name" : "Brady Forrest",
"bio" : "Brady Forrest (@brady) runs Highway1, PCH's accelerator. You can see his day-to-day work with hardware startups on Syfy's Bazillion Dollar Club (Fall 2015). He co-authored O'Reilly's The Hardware Startup (June 2015). He cofounded and shepherds Ignite, a global talk series, and is part of the team currently organizing Ignite SF. He helps arts organizations via CAST. Formerly, he worked on a number of things at O'Reilly Media, including the Radar blog, Web 2.0 Expo, Where 2.0, ETech, and Foo Camp. Most years, you can find Brady on the playa.",
"company" : "Highway1",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9ea1f3b3-68e4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "http://twitter.com/brady"
},
"9f0afa58-b9d4-e411-b87f-00155d5066d7" : {
"id" : "9f0afa58-b9d4-e411-b87f-00155d5066d7",
"name" : "Jamal Eason",
"bio" : "Jamal Eason is the product manager for Android developer tools \u0026 products at Google. He is responsible for setting the product roadmap and features that help Android developers make great apps. Prior to Google, he worked on developer tools at Intel, worked as product manager at a mobile app startup, and was a telecommunications officer in the US Army.\n\nJamal earned a bachelor's degree in computer science from the US Military Academy (West Point), a master’s degree from UMUC, and a MBA from Harvard Business School.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/9f0afa58-b9d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+JamalEason"
},
"a18e34a3-d2d4-e411-b87f-00155d5066d7" : {
"id" : "a18e34a3-d2d4-e411-b87f-00155d5066d7",
"name" : "Astrid Weber",
"bio" : "Astrid Weber is working as a User Experience Researcher inside the Google Research Group at Google Head Quarters in Mountain View, California. She works on accessibility and usability with a focus on voice operated interfaces. Astrid graduated from the University of the Arts in Berlin with a Master in Design and Communication Research. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/a18e34a3-d2d4-e411-b87f-00155d5066d7.jpg"
},
"a2da6237-8cdc-e411-b87f-00155d5066d7" : {
"id" : "a2da6237-8cdc-e411-b87f-00155d5066d7",
"name" : "Daniel Resnick",
"bio" : "Daniel Resnick is a Software Engineer and Tech Lead on the Places API team based at Google's Sydney office. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/a2da6237-8cdc-e411-b87f-00155d5066d7.jpg"
},
"a3bf7f63-0fdf-e411-b87f-00155d5066d7" : {
"id" : "a3bf7f63-0fdf-e411-b87f-00155d5066d7",
"name" : "Rachel Garb",
"bio" : "Rachel leads the interaction design and user research teams responsible for the Android OS user experience on phones and tablets. She is also the co-author of Android's design principles, which she spoke about at Google I/O 2013. Prior to joining Google in 2005, she was a designer at TiVo, a producer at AOL, and a technical writer at IBM. Rachel earned a master's degree in Educational Technology from Harvard University, and a bachelor's degree in Technical Writing from Carnegie Mellon University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/a3bf7f63-0fdf-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/rachelgarb"
},
"a4887de8-13df-e411-b87f-00155d5066d7" : {
"id" : "a4887de8-13df-e411-b87f-00155d5066d7",
"name" : "Noah Falstein",
"bio" : "Noah Falstein is Google's Chief Game Designer and works on game design with Google's Fun Propulsion Labs group, also speaking on game issues online and at conferences. A professional game developer since 1980 and an early hire at LucasArts, 3DO and Dreamworks Interactive, Falstein has worked on dozens of shipped titles in all genres and was the first elected chairman of the IGDA. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/a4887de8-13df-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/@nfalstein"
},
"a582fe89-bad4-e411-b87f-00155d5066d7" : {
"id" : "a582fe89-bad4-e411-b87f-00155d5066d7",
"name" : "Alex Faaborg",
"bio" : "Alex Faaborg is on the Virtual Reality design team at Google. Since joining Google, he has overseen the design of Android Wear, Google Now, the Android OS on the Nexus 5, and he has contributed to the timeline interface of Google Glass. Prior to joining Google, Alex served at Mozilla as the principal designer on Firefox for five years.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/a582fe89-bad4-e411-b87f-00155d5066d7.jpg"
},
"a74e9e34-a3dc-e411-b87f-00155d5066d7" : {
"id" : "a74e9e34-a3dc-e411-b87f-00155d5066d7",
"name" : "Valera Zakharov",
"bio" : "Valera is passionate about helping engineers enjoy testing their own code. At Google, he works with a small team of engineers on a mission to make the company better at creating Android applications. He leads development of Espresso - an open source UI test framework for Android - and looks forward to making more internal tools and infrastructure available to external developers.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/a74e9e34-a3dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ValeraZakharov",
"twitterUrl" : "https://twitter.com/@valera_zakharov"
},
"aa9a5353-eee9-e411-b87f-00155d5066d7" : {
"id" : "aa9a5353-eee9-e411-b87f-00155d5066d7",
"name" : "Costin Manolache",
"bio" : "Costin is TL for Google Cloud Messaging and C2DM before that. \nIn past lives he worked on Apache Tomcat and other open source projects.",
"company" : "Google"
},
"aac5c93d-d4d4-e411-b87f-00155d5066d7" : {
"id" : "aac5c93d-d4d4-e411-b87f-00155d5066d7",
"name" : "Timothy Jordan",
"bio" : "Timothy Jordan leads Scalable Developer Advocacy for Ubiquitous Computing at Google which includes Android Wear, Google Glass, Android TV, Google Cast, and Android Auto. His goal is to help developers be successful with Google platforms, particularly with services spanning multiple devices. He loves solving problems and believes in improving life through science and art.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/aac5c93d-d4d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+TimothyJordan",
"twitterUrl" : "https://twitter.com/timothyjordan"
},
"ad970564-45dd-e411-b87f-00155d5066d7" : {
"id" : "ad970564-45dd-e411-b87f-00155d5066d7",
"name" : "Alastair Tse",
"bio" : "Alastair Tse, Software Engineer and Tech Lead, Material team.\n\nAlastair is the tech lead of a design and engineering team working on Google-wide design and core iOS frameworks used by all of our iOS apps.\n\nHe wrote Google's first iOS app in 2008, and has since developed much of Google's iOS development practices. Apart from Objective-C, he works in Python, Javascript and the usual web stack.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+AlastairTse",
"twitterUrl" : "https://twitter.com/liquidx"
},
"af7b8c8f-bcd4-e411-b87f-00155d5066d7" : {
"id" : "af7b8c8f-bcd4-e411-b87f-00155d5066d7",
"name" : "Richard Hyndman",
"bio" : "Richard heads up Google's Scalable Advocacy efforts in EMEA. He has enjoyed over 13 years in the mobile industry, including experience co-founding and running a VC funded mobile startup and working for a large mobile operator. Richard was bitten with the Android bug from the first time he heard of the OS and spent his first 3 years at Google supporting Android developers bring high quality apps/games to the Play Store. Richard holds a Masters degree in Mathematics and Computer Science from the University of York.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/af7b8c8f-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+richhyndman",
"twitterUrl" : "https://twitter.com/geekyouup"
},
"afbd8981-8cdc-e411-b87f-00155d5066d7" : {
"id" : "afbd8981-8cdc-e411-b87f-00155d5066d7",
"name" : "Ankur Kotwal",
"bio" : "Ankur heads up the APAC Developer Advocacy team \u0026 is experienced in building apps for Android, Google Maps, Android TV and Android Wear. He thrives on meeting developers to learn from and share development experiences. Ankur is also a software engineer on Google Santa Tracker for Android, where he gets to spread holiday cheer with users and developers alike.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/afbd8981-8cdc-e411-b87f-00155d5066d7.jpg"
},
"b16ed8b6-90dc-e411-b87f-00155d5066d7" : {
"id" : "b16ed8b6-90dc-e411-b87f-00155d5066d7",
"name" : "Jay Srinivasan",
"bio" : "Jay is a Product Manager in the Google Developer Products team. He joined Google through the acquisition of Appurify, where he was co-founder and CEO. Before Appurify/Google, Jay worked at Zynga, and McKinsey and Co. He has a PhD and MS in Computer Science from the University of Illinois, Urbana-Champaign, and a B.Tech in Electrical Engineering from the Indian Institute of Technology, Madras.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/b16ed8b6-90dc-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/jay_srinivasan"
},
"b28a3550-48dd-e411-b87f-00155d5066d7" : {
"id" : "b28a3550-48dd-e411-b87f-00155d5066d7",
"name" : "Matt Gaunt",
"bio" : "Matt Gaunt, Senior Developer Advocate\n\nMatt is currently spending his days working on the open web, helping developers and representing their needs to the engineers working on Chrome (he's super excited about push notifications and offline support for web apps). Before working on Chrome he helped with the launch of Google TV and Chromecast in Europe and prior to Google Matt was busy building native mobile applications.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/b28a3550-48dd-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/gauntface"
},
"b4c06c25-5fda-e411-b87f-00155d5066d7" : {
"id" : "b4c06c25-5fda-e411-b87f-00155d5066d7",
"name" : "Jonathan Alferness",
"bio" : "Jonathan Alferness is currently a VP of Product Management and Global Head of Mobile Display Ads Products for Google where he oversees product strategy and development for the display and app monetization. Jonathan holds a BS degree in Computer Science from Cornell and spent time doing graduate work at Caltech. He lives in San Francisco, with his wife and two young children.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/b4c06c25-5fda-e411-b87f-00155d5066d7.jpg"
},
"b55ccb44-58dd-e411-b87f-00155d5066d7" : {
"id" : "b55ccb44-58dd-e411-b87f-00155d5066d7",
"name" : "Ariel Bardin",
"bio" : "Ariel Bardin is responsible for product strategy and business development for Google Payments. Prior to Payments, Ariel spent eight years as a leader in Google AdWords.\n\nBefore joining Google in 2004, Ariel was a Software Developer at AltaVista and SAP labs, and a Technical Director at BigVine/AllBusiness. He also has entrepreneurial roots: Ariel founded a small software company that developed CAD collaboration tools, and before he found his calling in the tech industry, he started a dance studio in Jerusalem, Israel.\n\nAriel earned a bachelor’s of science in computer engineering, magna cum laude, from the University of Southern California and a master’s of science in management science \u0026 engineering from Stanford University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/b55ccb44-58dd-e411-b87f-00155d5066d7.jpg"
},
"bc8fe73a-d1d4-e411-b87f-00155d5066d7" : {
"id" : "bc8fe73a-d1d4-e411-b87f-00155d5066d7",
"name" : "Viktor Persson",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/bc8fe73a-d1d4-e411-b87f-00155d5066d7.jpg"
},
"bf3bdc4c-4add-e411-b87f-00155d5066d7" : {
"id" : "bf3bdc4c-4add-e411-b87f-00155d5066d7",
"name" : "Mat Scales",
"bio" : "Mat is part of the Google Chrome developer relations team, helping developers to make sense of the ever changing Web Platform. Currently interested in new native-like features, Mat spends his time writing samples and libraries so that everyone else can get on with making their web app.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/bf3bdc4c-4add-e411-b87f-00155d5066d7.jpg"
},
"c0629c7e-81dc-e411-b87f-00155d5066d7" : {
"id" : "c0629c7e-81dc-e411-b87f-00155d5066d7",
"name" : "Russell Ketchum",
"bio" : "Russell is the Head of Google Analytics for Mobile Apps and also Google Tag Manager. He’s been been a Product Manager with Google for over six years working on ads-related products to solve the needs of advertisers and publishers alike. Prior to rejoining Google in 2012, Russell was the Vice President of Product Management for Brand Affinity Technologies where, in addition to his work on endorsed marketing, he launched several consumer facing iOS and Android apps.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c0629c7e-81dc-e411-b87f-00155d5066d7.jpg"
},
"c087e7dc-bcd4-e411-b87f-00155d5066d7" : {
"id" : "c087e7dc-bcd4-e411-b87f-00155d5066d7",
"name" : "Addy Osmani",
"bio" : "Addy is a Staff Engineer at Google working with the Chrome team on Polymer, with a focus on developer tooling \u0026 Web Component polyfills. He is also the engineering lead for several open-source projects including Yeoman, Google Web Starter Kit, TodoMVC and upcoming Material Design libraries. Addy is the author of books including Learning JavaScript Design Patterns and Backbone Fundamentals.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c087e7dc-bcd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+AddyOsmani",
"twitterUrl" : "http://twitter.com/addyosmani"
},
"c17e61a1-e1f8-e411-b87f-00155d5066d7" : {
"id" : "c17e61a1-e1f8-e411-b87f-00155d5066d7",
"name" : "Justin Ribeiro",
"bio" : "Justin is a Google Developer Expert in Wearables and a Google Developer Group Mentor in North America Pacific Region. He has worked on internal software for companies including AT\u0026T, Boeing, and Rick Steves Europe, among many others. He has written for Safari Books Online, NFC Forum Developer Blog, and is authoring a book on Polymer and Web Components for Manning. Justin is a former Dean’s Research Fellow and earned a MBA from University of San Francisco as well as an BA from Seattle University.",
"company" : "Stickman Ventures, Inc.",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c17e61a1-e1f8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+JustinRibeiro",
"twitterUrl" : "https://twitter.com/justinribeiro"
},
"c25de06f-bdd4-e411-b87f-00155d5066d7" : {
"id" : "c25de06f-bdd4-e411-b87f-00155d5066d7",
"name" : "Matías Duarte",
"bio" : "Matías Duarte leads the Material Design team which is focused on design across all of Google's products and platforms. In 2014 Matías' team designed Android 5.0 Lollipop which introduced Material Design, Android Auto, Android Wear, and Android TV. Matías led the design of five prior versions of Android, including KitKat, Jellybean, Ice Cream Sandwich, and Honeycomb. Prior to Google, Matías was responsible for the design of several consumer devices and computing platforms at Palm, Helio, and T-Mobile. Matías received his bachelor's degree in Computer Science from the University of Maryland, College Park. His ongoing mission is to make computers delightful.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c25de06f-bdd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+MatiasDuarte",
"twitterUrl" : "https://twitter.com/matiasduarte"
},
"c3b15d0b-89dc-e411-b87f-00155d5066d7" : {
"id" : "c3b15d0b-89dc-e411-b87f-00155d5066d7",
"name" : "Chris Banes",
"bio" : "Chris is an engineer working on the Android Support Libraries. Previously he has worked on Android applications at various mobile agencies and IBM. Chris earned a bachelor degree with honours in Computing Science from Aston University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c3b15d0b-89dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ChrisBanes",
"twitterUrl" : "https://twitter.com/@chrisbanes"
},
"c43b7251-bbd4-e411-b87f-00155d5066d7" : {
"id" : "c43b7251-bbd4-e411-b87f-00155d5066d7",
"name" : "Vandana Shah",
"bio" : "As a Product Manager for Material Design for Android, Vandana is working on making it easy for developers to build Material Designed Apps. She has over 19 years of experience in tech industry having worked at startups and major tech companies like HP, Sun Microsystems. Vandana has earned her Masters in Computer Science from Arizona State University (ASU).",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c43b7251-bbd4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+VandanaShah",
"twitterUrl" : "https://twitter.com/@vanashah"
},
"c4b6fe55-bdd4-e411-b87f-00155d5066d7" : {
"id" : "c4b6fe55-bdd4-e411-b87f-00155d5066d7",
"name" : "Rich Fulcher",
"bio" : "Richard is an interaction designer and manager on the Material UX team. He spent five years at Android leading UI efforts spanning both platform and apps. Prior to joining Google, he designed consumer experiences for TiVo, Sirius, Dell, and AOL.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c4b6fe55-bdd4-e411-b87f-00155d5066d7.jpg"
},
"c7acb25d-58dd-e411-b87f-00155d5066d7" : {
"id" : "c7acb25d-58dd-e411-b87f-00155d5066d7",
"name" : "Pali Bhat",
"bio" : "Pali Bhat is the Director of Product Management for Consumer Payments at Google. Prior to Google, Pali was a Vice President of Product Management at SAP Labs. He has also been a consultant for McKinsey \u0026 Co.\n\nPali has earned an MS in Computer Science from University of Illinois @ Urbana Champaign and an MBA from Duke University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/c7acb25d-58dd-e411-b87f-00155d5066d7.jpg"
},
"ca0c98c3-81dc-e411-b87f-00155d5066d7" : {
"id" : "ca0c98c3-81dc-e411-b87f-00155d5066d7",
"name" : "Mike Ying",
"bio" : "Mike is an engineering manager in the Consumer Payments team, focusing on peer to peer payments, payment processing, and new payment technologies. Before Google, Mike has held mobile focused positions at companies like AdMob, Glu Mobile, and Excite@Home. Mike earned a bachelor's degree in computer science from Stanford University.\n",
"company" : "Google"
},
"ca7d515a-a3dc-e411-b87f-00155d5066d7" : {
"id" : "ca7d515a-a3dc-e411-b87f-00155d5066d7",
"name" : "Jose Alcérreca",
"bio" : "Jose Alcérreca is a Developer Platform Engineer at Google where he works closely with the Android Tools and APIs teams with one mission: Improving the testing experience for Android developers and help them produce awesome, solid apps.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/ca7d515a-a3dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+JoseAlcerreca"
},
"cbdc2ff7-f1ec-e411-b87f-00155d5066d7" : {
"id" : "cbdc2ff7-f1ec-e411-b87f-00155d5066d7",
"name" : "Chaesang Jung",
"bio" : "Chaesang has been working at Google for more than seven years on mobile, Android, and Search. He is one of the Tech Lead about App Indxing. He has more than seventeen years of experience in the mobile and wireless industries. He has Masters and Bachelors degrees in Computer Engineering from Seoul National University at Korea.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/cbdc2ff7-f1ec-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ChaesangJung",
"twitterUrl" : "https://twitter.com/chaesang"
},
"ccee1204-a1dc-e411-b87f-00155d5066d7" : {
"id" : "ccee1204-a1dc-e411-b87f-00155d5066d7",
"name" : "Li-Te Cheng",
"bio" : "Li-Te is a software engineer exploring innovative living room game experiences for Chromecast. Before joining Google, he co-organized the serious games track for the 2012 National Academy of Engineering Frontiers of Engineering symposium, and worked at IBM Research on projects including games, virtual worlds, crowdfunding, and team software development. Li-Te created wearable augmented reality and vibrotactile feedback virtual reality systems for his PhD in electrical engineering at Memorial University of Newfoundland and for his Masters in systems design engineering at the University of Waterloo.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/ccee1204-a1dc-e411-b87f-00155d5066d7.jpg"
},
"cedce94a-bdee-e411-b87f-00155d5066d7" : {
"id" : "cedce94a-bdee-e411-b87f-00155d5066d7",
"name" : "Zach Yeskel",
"bio" : "Zach Yeskel is a Product Manager on Google Classroom and Google Apps for Education. In his eight years at Google, he’s had the opportunity to work on Gmail, Google Photos, Google+, Search, and Google Reader, and has come a long way from his start as a temporary contractor. Before joining Google, Zach taught math at Castlemont High School in Oakland, California. \n\nZach graduated from Williams College with a B.S. in Mathematics. He grew up in North Carolina and currently lives in Brooklyn with his wife, who teaches high school, and his daughter.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/cedce94a-bdee-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ZachYeskel",
"twitterUrl" : "https://twitter.com/zachyeskel"
},
"ceed0709-1bf8-e411-b87f-00155d5066d7" : {
"id" : "ceed0709-1bf8-e411-b87f-00155d5066d7",
"name" : "Eric Leichtenschlag",
"bio" : "Eric works on the Google Mobile Ads SDK and Google Interactive Media Ads SDK, helping app developers with ad monetization across display and video.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/ceed0709-1bf8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+EricLeichtenschlag"
},
"cf0e61d4-d2d4-e411-b87f-00155d5066d7" : {
"id" : "cf0e61d4-d2d4-e411-b87f-00155d5066d7",
"name" : "Magnus Hyttsten",
"bio" : "Magnus works a Developer Advocate doing outreach for many of Google’s Mobile Services. He is currently very excited about connecting all mobile devices to the information services Google provides through its data centers. On his spare time, he enjoys fixing errors reported by statically typed language compilers, and playing around with cron jobs running on cloud machine instances. Prior to joining Google, Magnus worked as CTO of DigitalRoute, a telecommunications company he co-founded back in 2000.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+MagnusHyttsten",
"twitterUrl" : "https://twitter.com/MagnusHyttsten"
},
"cf5fe39c-acdc-e411-b87f-00155d5066d7" : {
"id" : "cf5fe39c-acdc-e411-b87f-00155d5066d7",
"name" : "Ray Tsang",
"bio" : "Ray is a Developer Advocate for the Google Cloud Platform. Ray had extensive hands on cross-industry enterprise systems integration delivery and management experiences during his time at a global consulting firm, managed full stack application development, DevOps, and ITOps. Ray specialized in middleware, big data, and PaaS products during his time at an open source operating system and middleware company while contributing to open source projects, such as Infinispan. Aside from technology, Ray enjoys traveling and adventures.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+RayTsang",
"twitterUrl" : "https://twitter.com/saturnism"
},
"cf9dd40d-2bf8-e411-b87f-00155d5066d7" : {
"id" : "cf9dd40d-2bf8-e411-b87f-00155d5066d7",
"name" : "Yuling Liang"
},
"d07681db-76f2-e411-b87f-00155d5066d7" : {
"id" : "d07681db-76f2-e411-b87f-00155d5066d7",
"name" : "Ashish Sharma",
"bio" : "Ashish Sharma leads the Volta Team in Android that makes batteries last longer. Previously at Google, he developed the per-application tracking and controls for network data in Android, and also worked on the Google Cloud Messaging infrastructure. In his spare time, he enjoys hiking, meditation, and riding his motorcycle. Ashish earned a Ph.D. in Computer Science from the University of California, Santa Barbara.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d07681db-76f2-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+AshishSharma1"
},
"d0ec25fe-82dc-e411-b87f-00155d5066d7" : {
"id" : "d0ec25fe-82dc-e411-b87f-00155d5066d7",
"name" : "José Ricardo Lima",
"bio" : "José Ricardo Lima\nStaff Software Engineer, Android TV System UI team\n\nJosé manages the System UI team for Android TV. His team focuses on key areas of the Android TV experience, such as the Home Screen, the content recommendations system, and overall System UI components for Android TV.\n\nJosé earned a bachelor's degree in Computer Engineering from the Aeronautics Technology Institute, in Brazil.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d0ec25fe-82dc-e411-b87f-00155d5066d7.jpg"
},
"d412f333-d2d4-e411-b87f-00155d5066d7" : {
"id" : "d412f333-d2d4-e411-b87f-00155d5066d7",
"name" : "Michael Sundermeyer",
"bio" : "Michael dreams up products and interaction models for TV, audio, proximity, ambient, gaming, and discovery. He led the design of hardware and software for Chromecast, and the design of Google TV V3, including Voice, PrimeTime, and YouTube.\n\nPrior to Google, Michael was VP design for Motorola, Adobe, and Macromedia, designing products like Moto Razr, Adobe Creative Suite (3-4), Dreamweaver (1-3), Flash, and 50+ mobile and web apps. He also helped found Worldreader.org, to put a library of books into the hands of every child.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d412f333-d2d4-e411-b87f-00155d5066d7.jpg"
},
"d5359297-d1d4-e411-b87f-00155d5066d7" : {
"id" : "d5359297-d1d4-e411-b87f-00155d5066d7",
"name" : "George Audi",
"bio" : "George works on Google Play’s Business Development team, focusing primarily on helping media and entertainment apps create successful businesses on Google Play. As the lead for the Entertainment category, he is heavily involved in video consumption patterns, subscription-based services, and living room initiatives, such as Android TV. Prior to Google, George was a consultant at the Boston Consulting Group (BCG) supporting Fortune 500 clients in the media and technology space tackle complex business problems. George earned a bachelor’s degree in Computer Engineering from the American University of Beirut and an MBA from Harvard Business School. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d5359297-d1d4-e411-b87f-00155d5066d7.jpg"
},
"d6c76ef2-e4f5-e411-b87f-00155d5066d7" : {
"id" : "d6c76ef2-e4f5-e411-b87f-00155d5066d7",
"name" : "Justin Uberti",
"bio" : "Justin Uberti is one of the co-creators of the WebRTC initiative, and leads the WebRTC engineering team at Google. Previously, Justin helped create Google+ Hangouts.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d6c76ef2-e4f5-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://juberti.com",
"twitterUrl" : "https://twitter.com/juberti"
},
"d6f62c72-fde6-e411-b87f-00155d5066d7" : {
"id" : "d6f62c72-fde6-e411-b87f-00155d5066d7",
"name" : "Yaniv Loewenstein",
"bio" : "Software engineer at the Webmaster Tools team.\n\nYaniv is leading some of the team's most recent mobile efforts, including app-indexing reports and tools. Yaniv has also been part of the Google Trends, and Google Analytics teams. Prior to Google, Yaniv has worked on Nielsen Online's (formerly Buzzmetrics) text mining and sentiment analysis engine. He has completed his Masters in computational biology and machine learning, developing clustering and sequence alignment algorithms for protein function inference.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d6f62c72-fde6-e411-b87f-00155d5066d7.jpg"
},
"d79215d7-f1ec-e411-b87f-00155d5066d7" : {
"id" : "d79215d7-f1ec-e411-b87f-00155d5066d7",
"name" : "Lawrence Chang",
"bio" : "Lawrence has been working at Google for more than seven years on mobile, Android, and Search. He has more than sixteen years of experience in the mobile and wireless industries, holding a variety of product management, engineering, and marketing roles at both startups and established companies. Lawrence has a Masters degree in Business Administration from the University of California at Berkeley Haas School of Business, and Masters and Bachelors degrees in Engineering from the Massachusetts Institute of Technology.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d79215d7-f1ec-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+LawrenceChangLC",
"twitterUrl" : "https://twitter.com/lawrence_chang"
},
"d90fa784-13df-e411-b87f-00155d5066d7" : {
"id" : "d90fa784-13df-e411-b87f-00155d5066d7",
"name" : "Dan Sandler",
"bio" : "Dan is the lead software engineer on the Android System UI team, which is responsible for notifications, the status bar and settings, lock screen, and all the other beautiful pixels on your device that don't belong to any other app. Prior to Google, he worked on UI and apps at Palm and Be and briefly flirted with the whole indie software developer thing. Dan holds a PhD in computer science from Rice University.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/d90fa784-13df-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+DanSandler",
"twitterUrl" : "https://twitter.com/dsandler"
},
"daa84cd6-a0dc-e411-b87f-00155d5066d7" : {
"id" : "daa84cd6-a0dc-e411-b87f-00155d5066d7",
"name" : "Andrew Urman",
"bio" : "In his developer evangelist role at Nest Labs, Andrew Urman is responsible for driving the growth of Works with Nest - the program designed to enable developers to build meaningful integrations between their products and Nest. Andrew works closely with developers, advocating for their success and drawing into his own background in developing for the Internet of Things to steer them towards integrations that are the most impactful. He can often be found at Hackathons and developer events around the country as well as on Twitter @urdizz.",
"company" : "Nest",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/daa84cd6-a0dc-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/urdizz"
},
"dac441ce-ddd8-e411-b87f-00155d5066d7" : {
"id" : "dac441ce-ddd8-e411-b87f-00155d5066d7",
"name" : "Reto Meier"
},
"dc5a00fc-84fa-e411-b87f-00155d5066d7" : {
"id" : "dc5a00fc-84fa-e411-b87f-00155d5066d7",
"name" : "Jan Pinkava",
"bio" : "Prague-born Anglo-raised Pixar veteran. Animator. Director. Robotics PhD. Academy Award winning director of \"Geri's Game.\" Creator of Pixar's \"Ratatouille.\" Director of the first Spotlight Story, \"Windy Day.\" Inveterate liar.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/dc5a00fc-84fa-e411-b87f-00155d5066d7.jpg"
},
"dcda4841-90dc-e411-b87f-00155d5066d7" : {
"id" : "dcda4841-90dc-e411-b87f-00155d5066d7",
"name" : "Zeina Oweis",
"bio" : "Zeina Oweis is a Product Manager on the Google Play Commerce team. She works on both consumer and developer-facing subscription and promotion features.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/dcda4841-90dc-e411-b87f-00155d5066d7.jpg"
},
"dffe7257-86dc-e411-b87f-00155d5066d7" : {
"id" : "dffe7257-86dc-e411-b87f-00155d5066d7",
"name" : "Maru Ahues",
"bio" : "Maru is a Developer Advocate on the Google Developer Platform team and brings video and music to Android TV, Chromecast, Android Auto, and Android Wear. She leads the media partnerships team and gets to watch TV for a living. When she's not watching TV she loves coding, reading books and playing Lego with her kids.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/dffe7257-86dc-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/mabouza"
},
"e01504bf-47dd-e411-b87f-00155d5066d7" : {
"id" : "e01504bf-47dd-e411-b87f-00155d5066d7",
"name" : "Adrienne Porter Felt",
"bio" : "Adrienne leads Google Chrome's usable security team, where she works on building meaningful security warnings and permission prompts. Previously, she worked as a research scientist on the Google security research team. Adrienne earned a Ph.D. in computer science from the University of California, Berkeley.",
"company" : "Google Chrome",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e01504bf-47dd-e411-b87f-00155d5066d7.jpg"
},
"e0e5733e-4add-e411-b87f-00155d5066d7" : {
"id" : "e0e5733e-4add-e411-b87f-00155d5066d7",
"name" : "Jeffrey Posnick",
"bio" : "Jeff's a Senior Developer Programs Engineer, focusing on the Open Web Platform. He hails from sunny Brooklyn, NY, and works just as well offline.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e0e5733e-4add-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+jeffposnick",
"twitterUrl" : "https://twitter.com/jeffposnick"
},
"e2c9dfe3-b9d4-e411-b87f-00155d5066d7" : {
"id" : "e2c9dfe3-b9d4-e411-b87f-00155d5066d7",
"name" : "James Tamplin",
"bio" : "James cofounded Firebase in 2011 and served as CEO until Firebase joined Google 7 months ago. He now leads product for Firebase inside Google. James founded three startups prior to Firebase and had a stint as a stage actor in New York City. James is a Y-Combinator alumni and earned a bachelor's and master’s degree in Industrial and Systems Engineering from the University of Wisconsin.",
"company" : "Firebase",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e2c9dfe3-b9d4-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/jamestamplin"
},
"e3a976ee-d1d4-e411-b87f-00155d5066d7" : {
"id" : "e3a976ee-d1d4-e411-b87f-00155d5066d7",
"name" : "Fabian Schlup",
"bio" : "Fabian is a software engineer on App Indexing and Search for Developers. He has worked on APIs and other developer products at Google for the last five years, including as a technical lead for the Google+ Platform and Google Calendar APIs. Fabian has a Masters degree in Computer Science from the Swiss Federal Institute of Technology.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e3a976ee-d1d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+FabianSchlup"
},
"e556bbde-9cd9-e411-b87f-00155d5066d7" : {
"id" : "e556bbde-9cd9-e411-b87f-00155d5066d7",
"name" : "Jon Wiley",
"bio" : "Jon has been designing for Google since 2006. Jon was the first designer for Google Autocomplete, was the instigator for Google Instant, and led the Search UX team through three redesigns and the addition of new features such as the Knowledge Graph and voice search. Jon was the instigator of material design. He now leads design for Google Cardboard and VR.",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+JonWiley",
"twitterUrl" : "https://twitter.com/jonwiley"
},
"e74f81c9-0fe9-e411-b87f-00155d5066d7" : {
"id" : "e74f81c9-0fe9-e411-b87f-00155d5066d7",
"name" : "Stephan Somogyi",
"bio" : "Stephan Somogyi works in security and privacy product management at Google. His remit includes Safe Browsing, Google’s system that protects over a billion users worldwide from malware, phishing, and unwanted software; End-To-End, a project to make strong encryption more usable; and a variety of other security and privacy efforts. Stephan is an advisor to Google Ventures, and also chairs the Privacy and Public Policy Working Group of the FIDO Alliance, which develops open standards for strong authentication.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e74f81c9-0fe9-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/thinkpanzer"
},
"e7c3efb6-4ff3-e411-b87f-00155d5066d7" : {
"id" : "e7c3efb6-4ff3-e411-b87f-00155d5066d7",
"name" : "Lewis Leiboh",
"bio" : "Lewis Leiboh works on the Google Play team, focused on getting amazing Android apps from the vibrant educational technology community into the hands of teachers and students. Before joining Google, Lewis headed up Teach For America's national team focused on educational technology and data systems initiatives. He spent ten years with Teach For America, including as a middle school math teacher. Lewis thinks technology can play an important role in the incredibly hard work to improve academic achievement and put students on a different life path.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e7c3efb6-4ff3-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/leiboh"
},
"e87fe1e8-48dd-e411-b87f-00155d5066d7" : {
"id" : "e87fe1e8-48dd-e411-b87f-00155d5066d7",
"name" : "Paul Lewis",
"bio" : "Paul spends the majority of his time helping developers to create web apps that load in under 1 second, and run at a silky smooth 60fps. Prior to Google, he spent over a decade building sites and apps for companies such as Land Rover, BBC, HTC, Red Bull and CBS. Paul holds a bachelor's degree in Computer Science from Newcastle University, UK, and went bald much earlier than anyone could have reasonably anticipated.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/e87fe1e8-48dd-e411-b87f-00155d5066d7.jpg"
},
"ea821e11-83dc-e411-b87f-00155d5066d7" : {
"id" : "ea821e11-83dc-e411-b87f-00155d5066d7",
"name" : "Leo Baghdassarian",
"bio" : "Leo is a Staff Designer at Google and the Design Lead for Android TV. Last year, his team introduced the new form factor and he continues work on extending Android in the living room. In his time at Google he has lead projects within Android, Chromecast, Google TV, and more.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/ea821e11-83dc-e411-b87f-00155d5066d7.jpg"
},
"ec21d1a7-88dc-e411-b87f-00155d5066d7" : {
"id" : "ec21d1a7-88dc-e411-b87f-00155d5066d7",
"name" : "Zachary Gibson",
"bio" : "Zachary Gibson is a senior designer on the Material Design team focusing on cross platform visual and interaction design. Zachary has been a lead designer throughout the process of defining Google's Material Design UX and visual guidelines. He is also a design advocate speaking and working with Google product teams and third parties to share best design practices and processes. ",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/ec21d1a7-88dc-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ZacharyGibson",
"twitterUrl" : "https://twitter.com/zachgibson"
},
"ef328f20-d2d4-e411-b87f-00155d5066d7" : {
"id" : "ef328f20-d2d4-e411-b87f-00155d5066d7",
"name" : "Michael Fink",
"bio" : "Michael is the Product Manager of the Google Search Console. Prior to his role as a product manager, Michael focused on interactive media and is known as the inventor of YouTube's video annotations. Michael originally joined Google Research exactly one decade ago, while working on his PHD in Machine Learning and Computational Neuroscience.",
"company" : "Google Israel"
},
"f0e5035f-47dd-e411-b87f-00155d5066d7" : {
"id" : "f0e5035f-47dd-e411-b87f-00155d5066d7",
"name" : "Alice Boxhall",
"bio" : "Alice works on accessibility in Google Chrome. She is the primary developer of the Accessibility Developer Tools extension and library.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f0e5035f-47dd-e411-b87f-00155d5066d7.jpg",
"twitterUrl" : "https://twitter.com/sundress"
},
"f2ddc739-aedc-e411-b87f-00155d5066d7" : {
"id" : "f2ddc739-aedc-e411-b87f-00155d5066d7",
"name" : "Raghavan Menon",
"bio" : "Raghavan and his team work on products to help developers engage with their users. His focus is to make intelligent connections between apps and users. He came to Google from Nimbuz Inc (Odysee) where he was co-founder and CEO. Prior to Google/Nimbuz, he was co-founder and CTO at Ingot Systems till its acquisition by Virage Logic. From his two prior startups, he brings a first hand understanding of the challenges developers face. He holds an MSEE, Honors from the Univ. of Kansas. In his spare time, he is also an avid photographer.\n",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f2ddc739-aedc-e411-b87f-00155d5066d7.jpg"
},
"f2f07b21-1aea-e411-b87f-00155d5066d7" : {
"id" : "f2f07b21-1aea-e411-b87f-00155d5066d7",
"name" : "Alexei Czeskis",
"bio" : "Alexei designs and writes software for Google's identity, authentication, and security team. Since he joined Google in 2013, Alexei's goal has been to make authentication easier and more secure for all of Google's users. Towards this goal, he has been tightly involved with Google's strong second factor efforts and the standardization and open protocol development through the FIDO alliance. Prior to joining Google, Alexei worked at Amazon, Microsoft Research, and competed in cyber security competitions. Alexei received his PhD in computer science at the University of Washington.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f2f07b21-1aea-e411-b87f-00155d5066d7.jpg"
},
"f3243d4d-dcd8-e411-b87f-00155d5066d7" : {
"id" : "f3243d4d-dcd8-e411-b87f-00155d5066d7",
"name" : "Todd Kerpelman",
"bio" : "Todd Kerpelman used to be a halfway decent game designer, until he tricked Google into hiring him on as a Developer Advocate, and now he spends his time making YouTube videos about iOS related things. He figures it's just a matter of time until they discover he doesn't know what he's talking about, so he's stockpiling snacks in the meantime.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f3243d4d-dcd8-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ToddKerpelman",
"twitterUrl" : "https://twitter.com/ToddKerpelman"
},
"f80f2f4b-b9d4-e411-b87f-00155d5066d7" : {
"id" : "f80f2f4b-b9d4-e411-b87f-00155d5066d7",
"name" : "Chet Haase",
"bio" : "Chet is the lead of the UI Toolkit team in Android. His technology passion is graphics, whether it's animation libraries, performance, or graphical effects. In his spare time, he enjoys talking to developers about how things work, at events like this. And he likes talking about himself in the third person.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f80f2f4b-b9d4-e411-b87f-00155d5066d7.jpg",
"plusoneUrl" : "https://plus.google.com/+ChetHaase",
"twitterUrl" : "https://twitter.com/chethaase"
},
"f948313f-d3d4-e411-b87f-00155d5066d7" : {
"id" : "f948313f-d3d4-e411-b87f-00155d5066d7",
"name" : "John Hjelmstad",
"bio" : "John's goal in leading the Identity Platform team is to help developers identify and retain their users, while making users' experience online easier to manage and more secure. Prior to Identity, he built 3rd party JS and widgets infrastructure, and before that the Google Gadgets stack. He worked at Amazon and its affiliate, A9.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f948313f-d3d4-e411-b87f-00155d5066d7.jpg"
},
"f9628224-aedc-e411-b87f-00155d5066d7" : {
"id" : "f9628224-aedc-e411-b87f-00155d5066d7",
"name" : "Ranjith Jayaram",
"bio" : "Ranjith Jayaram is a Product Manager at Google, where he works on solutions for app distribution and engagement. He has worked as a PM on developer products such as Google Sign-In and Google+ APIs. Prior to becoming a PM, Ranjith was a Software Engineer in Ads, where he launched several mobile app install ad products. His engineering experience includes working in the R\u0026D division of Qualcomm, where he focused on a variety of mobile technologies. He holds a Masters in Computer Science from North Carolina State University. In his spare time, he enjoys writing fiction.",
"company" : "Google",
"thumbnailUrl" : "https://storage.googleapis.com/io2015-data.appspot.com/images/speakers/w200/f9628224-aedc-e411-b87f-00155d5066d7.jpg"
},
"fc4c314a-84dc-e411-b87f-00155d5066d7" : {
"id" : "fc4c314a-84dc-e411-b87f-00155d5066d7",
"name" : "Adam Powell",
"company" : "Google",
"plusoneUrl" : "https://plus.google.com/+AdamWPowell",
"twitterUrl" : "https://twitter.com/adamwp"
}
},
"tags" : {
"THEME_DEVELOP\u0026DESIGN" : {
"order_in_category" : 1,
"tag" : "THEME_DEVELOP\u0026DESIGN",
"name" : "Develop \u0026 Design",
"category" : "THEME"
},
"THEME_ENGAGE\u0026EARN" : {
"order_in_category" : 2,
"tag" : "THEME_ENGAGE\u0026EARN",
"name" : "Engage \u0026 Earn",
"category" : "THEME"
},
"THEME_WHATSNEXT" : {
"order_in_category" : 3,
"tag" : "THEME_WHATSNEXT",
"name" : "What's Next",
"category" : "THEME"
},
"TOPIC_ACCESSIBILITY" : {
"order_in_category" : 0,
"tag" : "TOPIC_ACCESSIBILITY",
"name" : "Accessibility",
"category" : "TOPIC"
},
"TOPIC_ANDROID" : {
"order_in_category" : 1,
"tag" : "TOPIC_ANDROID",
"name" : "Android",
"category" : "TOPIC"
},
"TOPIC_AUDIENCEGROWTH" : {
"order_in_category" : 2,
"tag" : "TOPIC_AUDIENCEGROWTH",
"name" : "Audience Growth",
"category" : "TOPIC"
},
"TOPIC_AUTO" : {
"order_in_category" : 3,
"tag" : "TOPIC_AUTO",
"name" : "Auto",
"category" : "TOPIC"
},
"TOPIC_CHROME_WEB" : {
"order_in_category" : 4,
"tag" : "TOPIC_CHROME_WEB",
"name" : "Chrome / Web",
"category" : "TOPIC"
},
"TOPIC_DESIGN" : {
"order_in_category" : 5,
"tag" : "TOPIC_DESIGN",
"name" : "Design",
"category" : "TOPIC"
},
"TOPIC_EARN" : {
"order_in_category" : 6,
"tag" : "TOPIC_EARN",
"name" : "Earn",
"category" : "TOPIC"
},
"TOPIC_GAMES" : {
"order_in_category" : 7,
"tag" : "TOPIC_GAMES",
"name" : "Games",
"category" : "TOPIC"
},
"TOPIC_LOCATION" : {
"order_in_category" : 8,
"tag" : "TOPIC_LOCATION",
"name" : "Location",
"category" : "TOPIC"
},
"TOPIC_PLAY" : {
"order_in_category" : 9,
"tag" : "TOPIC_PLAY",
"name" : "Play",
"category" : "TOPIC"
},
"TOPIC_SEARCH" : {
"order_in_category" : 10,
"tag" : "TOPIC_SEARCH",
"name" : "Search",
"category" : "TOPIC"
},
"TOPIC_TOOLS\u0026APIS" : {
"order_in_category" : 11,
"tag" : "TOPIC_TOOLS\u0026APIS",
"name" : "Tools \u0026 APIs",
"category" : "TOPIC"
},
"TOPIC_TV\u0026LIVINGROOM" : {
"order_in_category" : 12,
"tag" : "TOPIC_TV\u0026LIVINGROOM",
"name" : "TV \u0026 Living Room",
"category" : "TOPIC"
},
"TOPIC_WEARABLES" : {
"order_in_category" : 13,
"tag" : "TOPIC_WEARABLES",
"name" : "Wearables",
"category" : "TOPIC"
},
"TYPE_CODELABS" : {
"order_in_category" : 2,
"tag" : "TYPE_CODELABS",
"name" : "Code labs",
"category" : "TYPE"
},
"TYPE_MISC" : {
"order_in_category" : 5,
"tag" : "TYPE_MISC",
"name" : "Misc",
"category" : "TYPE"
},
"TYPE_OFFICEHOURS" : {
"order_in_category" : 4,
"tag" : "TYPE_OFFICEHOURS",
"name" : "Office hours",
"category" : "TYPE"
},
"TYPE_SANDBOXTALKS" : {
"order_in_category" : 3,
"tag" : "TYPE_SANDBOXTALKS",
"name" : "Sandbox talks",
"category" : "TYPE"
},
"TYPE_SESSIONS" : {
"order_in_category" : 1,
"tag" : "TYPE_SESSIONS",
"name" : "Sessions",
"category" : "TYPE"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment