io2015-codelabs
io2015-codelabs copied to clipboard
codelabs for Google I/O 2015
As in title, here is an example (Adding a Service Worker and Offline into your Web App / 8. Intercept the web page requests):  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...
Step 2 throws an error
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:  --- ### Step 2 jumps...