-
Writing Android Libraries
Featuring James Goodin
Writing Android libraries with developers in mind, what makes a good library and how to share it with other developers.
android android-libraries -
NFC Business Cards at Moo
Featuring Nick Ludlam
The talk is about MOO’s new NFC business cards. It covers how we created bespoke hardware to program them in the factory, what is contained on the card when we ship them to the customer, and why we’re excited about NFC going forward.
nfc moo -
If Spock had an Android Phone: Android and the Web of Things
Featuring Dominique Guinard
In this video of Dominique Guinard's session at Droidcon London, you'll find out how much of a fantastic Web of Things platform Android truly is!
android spock mobile droidcon nfc -
Introduction to Developing for Google TV
Featuring Matt Gaunt
What you need to know to target Google TV and covering some of the API’s which are available to you beyond vanilla Android.
android google-tv api web mobile -
Android Layouts
Featuring Mark Allison
Some journalistic criticism is leveled at Android because of “Fragmentation”. Many people mistakenly believe that the Fragmentation is the result of having to support a huge array of different display sizes, pixel densities, and aspect ratio.
android web mobile fragmentation -
Developing accessible apps for Android
Featuring Gary Readfern-Gray
Building on the foundation of Ice-Cream Sandwich, Google have brought a raft of new accessibility features to Jelly Bean. this session will demonstrate the new accessibility enhancements and APIs found in Jelly Bean.
android web mobile accessibility api google -
Rights and innovation - challenges of working with content providers
Featuring Various Speakers
This panel, presented by IC tomorrow, will feature the experience of a number of start-ups involved in the IC tomorrow programme who have been working with rights-owners to launch innovative new digital products and services.
android drm content ios web mobile -
Integrating AI into your app
Featuring Lars Hard
Leading-edge apps like Google Now, Zite and Siri all use advanced mathematics and Artificial Intelligence (AI). This is driven by both competitive pressure and the possibility to incorporate more human-like behavior and capabilities into apps using AI.
android google-now siri artificial-intelligence image-recognition audio-analysis optimization estimation web mobile -
Beyond Facebook Connect: Handling oAuth and REST for all the rest
Featuring David O’Neill
While there are some simple ways to add some social networking services integrated into Android and provided by some OEMs, once you get outside of Facebook and Twitter and into other oAuth services it can become an integration nightmare.
android oauth html5 web mobile facebook twitter browser native debugging rest -
Crash Reporting Trends for Mobile App Developers
Featuring Andrew Levy
Andrew Levy, Crittercism’s co-founder and CEO will provide the Droidcon audience with an overview of the insights he has seen across Crittercism’s extensive data set that covers 250 million devices and over 11 billion app loads.
android mobile web crittercism tips-and-tricks -
Replacing the Android SDK emulator
Featuring Daniel Fages
This talk will explain how to use a VirtualBox Virtual Machine to replace the slow QEMU emulator from the Android SDK. It will be based on Daniel’s work on the Buildroid.
android web mobile sdk virtualbox android-emulator -
Developing for Android on 2.x/3.x/4.x
Featuring Kenichi Kambara
Android developers must now consider a host of versions 2.x, 3.x, 4.x as well as devices. Through Kenichi’s experience developing Japan’s Sekai Phone App (Real time translation phone services), he shares some tips for supporting multiple Android versions and devices with demonstrations.
android -
Dynamic animation using custom view
Featuring Anders Ericsson
In this talk, Anders will talk about a simple and powerful pattern of animating the content of custom views in android, as custom views are getting more and more important.
navigation drag-and-drop pie-chart usability android mobile web -
Applying lean principles to enterprise mobile development
Featuring Dave Slocombe
Dave will share the tools and processes he uses and how he is continually improving and self evaluating to “sharpen the sword” of lean and agile all in the context of delivering enterprise mobile products for lastminute.com internationally.
android mobile web agile design -
Fast, user-friendly. and power-efficient network communication on Android
Featuring Erik Hellman
Designing and implementing an efficient network communication in your Android application is not an easy task. Developers face a difficult balance between latency, power-efficiency, data charges and several other aspects that can be the cause for bad reviews.
android android-application latency sony -
Write Less / Do More
Featuring Scott Alexander-Bown
Android is based on openness and the development community has embraced this ideal and provided numerous solutions to common problems just waiting to be plugged in. This session focuses on the features of some of the best and freely available resources the community has to offer.
android android-query commonsware apache libraries -
Mobile Analytics - taking your Android apps to the next level
Featuring Simon Podd
This session will draw on the very latest data and insight to show how consumers are using mobile apps with a focus on how Android is evolving and what the key trends are for Android app usage. The talk will focus on what existing behavioral trends mean for app usage in the future
android flurry ios blackberry windows-phone analytics -
Growing your Android app with Facebook
Featuring Simon Cross
Facebook has 600 million monthly mobile users. To help your Android app grow, you can integrate with Facebook’s Open Graph to get distribution on the web, mobile web and to iOS and Android apps.
android ios web mobile facebook -
Deep Dive into Android Custom Components
Featuring Chiu-Ki Chan
Android comes with many built-in components, but some tasks are best accomplished by rolling your own. We will start with an overview of the different ways to extend View and ViewGroup, then dive deeper.
android view viewgroup