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

The last two code examples seem incorrect [http://search-codelabs.appspot.com/codelabs/android-deep-linking#4](url) 1. Right after _"Using this protocol, we can create Android app deep links .."_ it reads > android-app://com.recipe_app/http/recipe/grilled-potato-salad > android-app://com.recipe_app/http/recipe/haloumi-salad > android-app://com.recipe_app/http/recipe/wedge-salad...

![capture14](https://cloud.githubusercontent.com/assets/140737/16169212/b89eeec2-34da-11e6-91ef-2e921b9ff8d4.PNG)

The face detector for the face detection example is never operational on real devices, although it works on the emulator. I always get this: - FaceDetectorCreatorImpl: Requesting download for vision...

This is the site that is launched from the CodeLabs app at Google IO 2016 via the link "Please file a bug". The repository name suggests that this is not...

Step 2 "Get Started" refers to "read/write v4" permissions - these are not exposed by the developers.nest.com page; instead, "read/write v5" must be used.

Step 5 references: var dataset = gcloud.datastore.dataset({ It should say: var dataset = gcloud.datastore({

Lab: Adding a Service Worker and Offline into your Web App Step: 5. Build the starter app "Kill the server and click reload in the browser. It should show you...

Both of these links return 404s from Github. gRPC C++ library : https://github.com/grpc/grpc/blob/master/INSTALL Protobuf C++ library >= 3.0.0-alpha-2 : https://github.com/google/protobuf/blob/master/INSTALL.txt

On page, https://search-codelabs.appspot.com/codelabs/bar-codes#5 the XML has android:layout_alignParentTop="true" android:layout_alignParentStart="true" for the button. Its in a linearlayout so these will error out in IDE.

**Step 8:** .... grpc.Credentials.createInsecure()); .... Should be: .... grpc.credentials.createInsecure()); ....