Questions tagged [googleio]

Google I/O (Innovation in the Open) is an annual two-day developer conference held by Google in San Francisco, California. It features technical, in-depth sessions focused on building web, mobile, and enterprise applications with Google and open web technologies including Android, Chrome, Chrome OS, Google APIs, Google Web Toolkit, and App Engine.

49 questions
0
votes
0 answers

Anyone has tried building the google-i/o ios project?

I am trying to build and run the google i/o iOS project from the public repo. I am unable to build the project as its showing couldn't found 'ArWebView.h' file. Has anyone else come across this problem ? I tried adding this dependency to the pod…
0
votes
1 answer

How to implement the Google IO android app countdown timer in a java app

I am developing an app for a event in my university. So i need a countdown timer for that. Google IO android app had a better countdown timer. The Google IO app in available in GitHub. But in kotlin. https://github.com/google/iosched I tried…
XperiBlog
  • 44
  • 4
0
votes
1 answer

Which way to access state in class's methods is correct?

I've watched Pragmatic state management video from google io19, about package:provider/provider.dart and its way to manage state. It looks pretty simple, but I have question about getting access to state in class's methods. Say somewhere in class…
ivanesi
  • 1,253
  • 2
  • 12
  • 21
0
votes
1 answer

Build fail with (Google I/O Android App 2017)

Error log: warning: [options] bootstrap class path not set in conjunction with -source 1.7 /Users/samuelyang/AndroidStudioProjects/iosched-master/server/build/generated-source/endpoints/java/com/google/samples/apps/iosched/rpc/cms/Cms.java:346:…
楊舜淼
  • 63
  • 6
0
votes
1 answer

Drift Correction update of Project Tango after Google IO

I am looking for the drift correction update for the project tango APIs after the presentation on the Google IO 2016. You can find the video at this link. The drift correction update is presented about 22:00 min. I hoped this function would be…
Konsti
  • 83
  • 8
0
votes
1 answer

Polymer Hero Animation In Reverse

I cannot seem to figure out how to smoothly animate back to the originator of a hero animation. By that I mean, I have paper-card with a bunch of html (img, text, ect) on it, which I can "hero" into another element fine; but I'd like to be able to…
mvhatch
  • 127
  • 10
0
votes
2 answers

what are the predefined templates in polymer starter kit?

In the IO presentation a speaker SUPER BRIEFLY talked about App Templates and how PSK1 has support for "navigation card layouts, navigation list details" and others. What're the details on these layouts? Where can I find more info on these?
0
votes
1 answer

Create Polymer menu like Google IO 2015 website

I am new to polymer. I want to build menu like Google IO 15 website. I tried by adding core-toolbar to core-scroll-header-panel.
Manohar Gunturu
  • 656
  • 1
  • 7
  • 22
0
votes
0 answers

How to handle GET request in Content-provider centric design pattern for android

I am developing an android calendar app which will enable users to view, create, update and delete their events. To improve user experience and performance i have adopted a Content-provider centric design pattern which was recommended during Google…
user3816650
  • 23
  • 1
  • 5
0
votes
2 answers

Google I/O 2010 About SQLite Transactions

Since this is a very rich conference I'm watching it once again, and at minute 24:17 I noticed Virgil said Also, use transactions when you use SQLite, not only will they preserve the data integrity, but they will increase the performance of your…
Christopher Francisco
  • 13,553
  • 23
  • 77
  • 181
0
votes
1 answer

Fix an item in a ObservableScrollView Android

I'm trying to fix an item in a ScrollView when it hit the ActionBar. It stop correctly but when i return to main scroll position, i get a random margin above the layout (Screenshot 3). (The margin in Screenshot 2 is not a bug) My…
alvinmeimoun
  • 1,431
  • 1
  • 17
  • 38
0
votes
1 answer

Google I_O 2011 Memory management for Android

After watching the video of Google I/O Memory Management, I come to know about the cause of memory leaks and how to check it by logcat. In one of the example mentioned in the video : public class MainActivity extends Activity { class Leaky { …
Shanki Bansal
  • 1,487
  • 2
  • 19
  • 27
0
votes
1 answer

Retrieve Google+ activities returns 403, "Access Not Configured" in Android, using GoogleIO13 sample app code

I am tryng to use the Google IO 2013 code sample, specifically the SocialStreamFragment to display google plus post based on a hashtag search. Steps done: Integrated SocialStreamFragment.java class and associated clasees, etc, in my project. In…
calinL
  • 126
  • 1
  • 7
0
votes
1 answer

Unable to close InfoWindow after switching to new Visual Refresh

I decided I'd give the new Visual Refresh that was announced at Google I/O 2013 a try, since all it takes to get the new basemaps/UI is a single property/query string. JavaScript API function initializeMap() { var myOptions = { zoom:…
Nick Albrecht
  • 15,828
  • 8
  • 64
  • 95
0
votes
2 answers

Where is the Device selector in new ADT when creating new AVD?

I've just watched the Google I/O 2012 - What's New in Android Developers' Tools video (the link should point at what I'm talking about, around 6th minute) and I was wondering why I can not find the Device selector when creating a new Android Virtual…
Gianni Costanzi
  • 5,804
  • 11
  • 43
  • 70