Hallo,
I noticed that the keypress handling ( onKeyUp etc) in the SDK LunarLander example is in the View class, whereas in the JetBoy example it is in the Activity class. Are there any advantages/disadvantages to either solution?
我自己的想法是,把所有投入处理(Key、Click & Touch)纳入这项活动是不明智的,因为这样做太少了。
- Frink