io2015-codelabs
io2015-codelabs copied to clipboard
codelabs for Google I/O 2015
The project was based on the old Firebase version. Please, update to the newest one.
the missing script is
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

