Android Development vs. Dim Sum Lunch
Monday, November 12th, 2007While I was waiting for downloading the SDK and Eclipse for Android, I had my lunch in a Chinese Restaurant with Dim Sum - several different small dishes each with different flavor and taste.
Then I got back and installed the Android SDK, and play with it for a while. I found the development is similar to order a Dim Sum lunch - put several different dishes together to make your favorite lunch. You can put several gadgets together to form your own application. The gadgets may come from the SDK from Android, or from future user application - I am looking forward to those fancy ideas.
I need to watch out on how those gadgets can be seamlessly grouped together. One thing seems the Android development team had a very good job: each application seems not really multi-threading, but stacking on each other. This way, the memory management and event order would be simpler. Another tricky stuff is the inter-gadget OO communication, which makes application flexible and cleaner.