Android#
Resources#
- developer.android.com
- Android Intents - Tutorial (Lars Vogel)
- Professional Android Application Development
Experiments with builds#
Development notes#
As I read myself through the Android documentation and articles, and try things out, I usually make some notes, so I can easily catch it up later (when I already forgot all those wonderful things)
Android x86#
- Download eeepc iso image from http://code.google.com/p/android-x86/downloads/list
, this one allows you to configure an eth0 device for network access
- setup networking:
dhcpcd eth0 setprop net.dns1 213.197.28.30
