io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

codelabs for Google I/O 2015

Results 100 io2015-codelabs issues
Sort by recently updated
recently updated
newest added
trafficstars

As in title, here is an example (Adding a Service Worker and Offline into your Web App / 8. Intercept the web page requests): ![screenshot from 2017-11-07 12-54-06](https://user-images.githubusercontent.com/9110562/32492544-0151fae0-c3bb-11e7-946e-b7701b2b2fbb.png) Also other...

There is a small issue, a "t" is missing in the sentence: "that’s because we haven’t created it ye!" https://codelabs.developers.google.com/codelabs/sign-in/index.html?index=..%2F..%2Findex#4 At almost the in of the section: "Implement OnCreate()"

How can I add custom voice actions for my app? Example I want to make a voice command ad or block my account.. voice command should add / block specified...

"Update your fetch event listener to match the code below." There is no code below ;) I think the code inserted should be: `self.addEventListener('activate', event => { event.waitUntil(self.clients.claim()); }); self.addEventListener('fetch',...

I tried building and running this example code using Android Studio on Pixel XL API 25 (Android 7.1.1 API25) but the app exists constantly with the messages "Voice camera has...

In section 4, "Coding Your App", the initial Activity onCreate has the function "buildGoogleApiClient();" towards the end of the block. But the actual implementation of the function, i.e. in "Building...

Code Snippet is not working. Giving this error: Error:(400, 62) error: incompatible types: String cannot be converted to Prompt always.

When launching the Voice Camera app with the Google App via voice, isVoiceInteraction() on line 41 in the TakePictureActivity always returns false. Not sure if this is an implementation error...

## Codelab Affected: [Adding a Service Worker with sw-precache](https://codelabs.developers.google.com/codelabs/sw-precache/index.html?index=..%2F..%2Findex) --- ### Step 1 does not contain any instruction asking you to clone any repo: ![image](https://cloud.githubusercontent.com/assets/323945/26268647/22d13ebc-3ca5-11e7-87b7-2e1fc7c8def0.png) --- ### Step 2 jumps...