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
In Java, there is a main even if it isn't listed as main(). The page you get after the icon click, whatever its name, is the main().
main()