io2015-codelabs
io2015-codelabs copied to clipboard
codelabs for Google I/O 2015
Hi, when trying to Compile the App, there was an error, that the txtView object was not defined, the App worked after I deleted the next code: if(!detector.isOperational()){ txtView.setText("Could not...
This tool was removed in Android Studio 3.0.
The _git clone https://github.com:GoogleChrome/airhorn.git_ command for Step 2 in the tutorials on [codelabs](https://codelabs.developers.google.com/codelabs/offline/#1) is currently wrong. I think this is because **GoogleChrome** has been changed to **GoogleChromeLabs**. Kindly update it...
As per the title, the folder with the complete source is not available in the downloadable zip file.
adb shell am start -W -a android.intent.action.VIEW -d “http://recipe-app.com/recipe” com.recipe_app is returning: Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=“http://recipe-app.com/recipe” flg=0x10000000 pkg=com.recipe_app }
GeofencingApi public interface GeofencingApi This interface was deprecated. Use the connectionless API GeofencingClient instead. public abstract PendingResult addGeofences (GoogleApiClient client, List geofences, PendingIntent pendingIntent) This method was deprecated. use addGeofences(GoogleApiClient,...
TextView txtView = (TextView) findViewById(R.id.txtContent); this line must be declared before barcode setup
On the following link, i.e., https://codelabs.developers.google.com/codelabs/android-deep-linking/index.html?index=..%2F..%2Findex#1 when I download and extract the zip file to my computer, the app **android-deep-linking** is not present in the folder search-samples-master. 
Not that I want to be a grammar nazi, but there's a grammatical mishap on this [page](https://codelabs.developers.google.com/codelabs/bar-codes/#4) .  It should be "This layout gives you a button which will...
The voice-interaction-lab always just starts the default camera activity - and the user never is prompted to say cheese.