Gábor Paller runs the popular 'My Life with Android' blog and has reviewed a number of Android books.
Talks I've Given
-
Connect your Android to the real world with Bluetooth Low Energy
Featuring Gabor Paller
I will present two projects, one about connectionless sensor monitoring, the other about remote controlling a model boat. I will demonstrate how easy it is to enable BLE connectivity in an existing equipment with a BLE module and then use the Android device as a universal data access/remote...
android bluetooth -
Sensor Fusion Between Car and Smartphone
Featuring Gabor Paller
Watch Gabor Paller's talk on Android sensor fusion for car applications in this video from Droidcon London!
android sensor-fusion -
Motion Recognition with Android Devices
Featuring Gabor Paller
This presentation discusses the usage of accelerometer for detecting dynamic motion patterns. Gabor will examine the most frequently used motion detection methods. The effect on battery consumption will also be studied.
-
Pipe programming with LiveFolders
Featuring Gabor Paller
In this presentation, I will use the Android LiveFolder construct to build a similar model inside the Android device. Even though the project is in prototype phase, I hope it can inspire others to experiment with this programming paradigm.
android -
Understanding Android bytecode with the Dedexer tool
Featuring Gabor Paller
The core of the Android system is the Dalvik virtual machine. Even though the Android application programmer writes code in Java (in most cases), the Dalvik virtual machine executes this code using some innovative solutions.
android google -
Understanding Android bytecode
Featuring Gabor Paller
In this session, Gabor Paller talks about the dedexer disassembler.
dex java bytecode android