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 project was based on the old Firebase version. Please, update to the newest one.

Codelab found here: https://codelabs.developers.google.com/codelabs/app-indexing/ **Go to:** _3. Run the sample app_ _Step 1: Select the app-indexing directory from the sample code (Quickstart > Import Project... > app-indexing_ For people who...

For example at https://codelabs.developers.google.com/codelabs/offline/#7

For API 23, The lab would have you paste into the onResume callback this: if (getActivity().isVoiceInteraction()) { if (isTimerSpecified()) { startVoiceTimer(); } else { startVoiceTrigger(); } } A startVoiceTrigger() method...

Step 2 makes references to the `master` branch without having provided a link to the git repo to be cloned.

Hi guys, Really appreciate the effort for creating this tutorial. I wish you could add more thorough explanations on the how-and-why some decisions are made. I think that it would...

java.lang.IllegalArgumentException: AppIndex: The URI scheme must be 'android-app' and follow the format (android-app:////[host_path]). Provided URI: https:///profile/1234

![capture15](https://cloud.githubusercontent.com/assets/140737/16169382/2842bfce-34e0-11e6-8369-4b09eadb22fb.PNG)

![capture16](https://cloud.githubusercontent.com/assets/140737/16169375/071abfa4-34e0-11e6-8212-7e6a58524a03.PNG)