Powered by Max Banner Ads
Google I/O 2009 - How Do I Code Thee? Let Me Count the Ways
google I/O 2009 - How Do I Code Thee? Let Me Count the Ways
Dan Morrill
The primary way to develop apps for Android is using managed code that runs in the Dalvik virtual machine. Yet, Android also includes a super-modern Browser that includes Gears. It’s even possible to build parts of your apps in native code (that is, C.) Choice is good, but it does mean one more decision for the developer to make — and in this case, a big decision. Should you write your app in managed code, to integrate cleanly and seamlessly with the system? Should you write your app in the Browser as “Ajax plus”, so that it can run on multiple phone platforms? Or should you go for raw speed, and write part of it in ARM-processor native code? There’s no universal answer to these questions, but in this session Dan Morrill will teach you to pick the technique that works best for your app. In this session, you’ll get a demonstration of each technique, and learn how to apply them to your own apps.
For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Duration : 0:59:27
^^ wojo
^^ wojo
I’m interested in …
I’m interested in starting developing for Android, and creating a custom OS based off of Android for an NVidia Tegra based device built for gaming.
looks good… let’s …
looks good… let’s get that OpenGL / Audio support going in the NDK!
Great presentation …
Great presentation and engaged/engaging speaker.
I’m pretty excited …
I’m pretty excited about the idea of using native code with my android applications. Especially for some of the more complex algorithms that will be required for games