This page (revision-6) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 23-Apr-2022 17:05 913 bytes Harry Metske to previous
5 23-Apr-2022 17:05 661 bytes Harry Metske to previous | to last
4 23-Apr-2022 17:05 681 bytes Harry Metske to previous | to last Android Gingerbread ==> Android Gingerbread and ICS
3 23-Apr-2022 17:05 653 bytes Harry Metske to previous | to last
2 23-Apr-2022 17:05 402 bytes Harry Metske to previous | to last
1 23-Apr-2022 17:05 276 bytes Harry Metske to last

Page References

Incoming links Outgoing links
Android...nobody

Version management

Difference between version and

At line 7 changed one line
* [Professional Android Application Development|http://www.scribd.com/doc/76027136/Professional-Android-Application-Develop-Men]
*
At line 11 changed one line
* [Android Gingerbread and ICS]
* [Android Gingerbread]
At line 13 removed 13 lines
!! Development notes
As I read myself through the Android documentation and articles, and try things out, I usually make [some notes|Android Development 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
}}}