Programmer does not only write code.
I have listened an online radio show today. In the show, they mentioned "Programmer does not only write code. We do design as well!" I totally agree with them.
Even I write the application for myself, I will write a Requirement Specification. It will included a paragraph about the background of application(What is the application does, Why do I write this application), system specification(Hardware&Software) and User cases.
Programmer=> Application + Design + Documentations + Testing!
My first android program
I have written a tiny game in Android. That is my frist android progam. The game is very simple to guess what number the computer picked. But it shows how to use event handler.
http://www.michaelleung.info/download-area?task=view.download&cid=2
Get the instance of control
That is easy. You need to put the findViewbyId in OnCreate;
Code
txtNumber = (EditText) findViewById(R.id.txtNumber); |
MSN Virus
Recently, I got more and more friends got MSN Virus, they will send some funny URL to me. So, please be careful. I will send a reply to my friend before I click the URL.
Chrome
I have installed Chrome. That is alright. Generally, most of javascript are working in Chrome. The most important thing is running smooth. It has not the memory leaking problem like Firefox.
I recommend you download that:
http://www.google.com/chrome
