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

In step 3 of the Barcode tutorial (https://codelabs.developers.google.com/codelabs/bar-codes/#2) - Configure Build.gradle the version is 7.8.0+ while at a minimum version 8.1 is needed. Using 7.8.0 results in a crash when...

When reading the step 06 in the following codelab, it mentions faces where the exercise is about scanning barcodes. Codelab: Barcode Detection with the Mobile Vision API URL: https://codelabs.developers.google.com/codelabs/bar-codes/#5 Evidence:...

Sometimes while camera preview is open, Barcode Api detects non barcode items as barcode and returns random barcode number( detects barcode by itself without seeing any barcode image). If you...

hi developers; when i download cardboard sdk for unity, i found this name changed to googleVr sdk when i ad script to cardboard, an error apear, "the name cardboard does...

This page: https://codelabs.developers.google.com/codelabs/android-deep-linking/index.html?index=..%2F..%2Findex#1 refers to a folder named "android-deep-linking" which doesn't exist.

I followed the tutorial, where google-play-service:7.8+ was used. This gives me the following errors: `E/NativeBarcodeDetectorHandle: Error creating native barcode detector com.google.android.gms.dynamic.zzg$zza: Could not get remote context. at com.google.android.gms.dynamic.zzg.zzar(Unknown Source) at...

In this codelab : https://codelabs.developers.google.com/codelabs/bar-codes/#5 , rather than barcode face is mentioned , is it correct ?

There is missing code in _"Intercept the web page requests"_ section of Service Worker Codelab: > Add the following code to the bottom of your sw.js to log the requests...

A slide in the codelab references an `activity_main` XML layout resource, but there doesn't seem to be an Activity anywhere that uses it.

In the example code the line is: getActivity().getVoiceInteractor() .submitRequest(new PickOptionRequest( "Say Cheese", new Option[]{option}, null) { But it seems that it should be: getActivity().getVoiceInteractor() .submitRequest(new PickOptionRequest( new VoiceInteractor.Prompt("Say Cheese"), new...