Google I/O 2013 is almost over but a lot of sessions are already available online. I gave three talks this year and you can watch them today on YouTube:
In addition you can download the slide for the Android Graphics Performance talk:
And the slides for A Moving Experience:
If you have a copy of Keynote I recommend you choose this format to get both the notes and all the animations on the slides. Enjoy!
Thanks for sharing :)
with notes is awesome. thank you guy.
Could I download the slide for Writing Custom Views for Android?
Where can I find the code for ‘A Moving Experience’? Can’t seem to find it anywhere…
Thanks for the slides!
Yeah, I also would like to have the slide “Writing Custom Views for Android” :-)
I also want to get the slides of “Writing Custom Views for Android”.
Please share it. Thanks you very much
I’m not entirely sure who to contact on the issue of problems with the new sandboxed InAppBilling. IS THIS A INTENDED functionality which limits the length of List moreSkus when querying:
iabHelper.queryInventoryAsync(true, moreSkus, indexPurchaseFinishedListener);
It turns out that if I query up to 20 SKUs – all works out fine. As soon as I go above 20 ->
getSkuDetails() failed: 5:Developer Error”
the link to “Writing custom views” slides would be awesome but unfortunately the link is missing from the google io session page.
HardwareRenderer failed and fall back to Software rendering when PerfHUD ES Connected
In my Nexus 7 (4.2.2), start an app such as Google+, it will run with HW renderer by default, but when I start PerfHUD, and when it connected, following log will show, it fall back to SW render and do not use GL anymore, why and how to fix it?
06-14 13:52:50.170: W/HardwareRenderer(5227): EGL error: EGL_BAD_PARAMETER
06-14 13:52:50.180: W/HardwareRenderer(5227): Mountain View, we’ve had a problem here. Switching back to software rendering.
It happens. It’s a bug in Nvidia’s PerfHUD driver.
Are they plan to fix this in near future, or has some trick can bypass this?
@Russell:
I found some of the code samples on Codedependent:
http://graphics-geek.blogspot.co.il/
For instance, the sample for ActivityAnimations (including the nice ShadowLayout) is here:
http://developer.android.com/shareables/devbytes/ActivityAnimations.zip