I\'ve seen this in a few tutorials now... but how in the world can Android source code not have a main method and still run.
For example (from http://developer.andro
Applets don't have main() methods either. It just depends on how your code is packaged.