Hallo,
Is there a reason why the Thread class in the SDK LunarLander and JetBoy examples are not each in a separate java file, rather than being inside the View file?
It would make things a bit clearer, IMHO. Am I missing something?
- Frink
Hallo,
Is there a reason why the Thread class in the SDK LunarLander and JetBoy examples are not each in a separate java file, rather than being inside the View file?
It would make things a bit clearer, IMHO. Am I missing something?
Look at ReplicIsland source for a different example..
but the first step in thinking about is what is the DVM behavior concerning a class when GC operates between a class in a separate file and a class in another class file..
They are bother inner classes so it allows them to share global variables