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
WPF Programmer is easy to Android Programming
I am learning the application programming on Android OS. I found that is easier to catch up because I am a WPF Programmer. Both of them are using xml to draw UI. That is not a strange thing for myself.