How can Android source code not have a main method and still run?

前端 未结 13 2459
萌比男神i
萌比男神i 2020-11-30 07:40

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

相关标签:
13条回答
  • 2020-11-30 08:31

    The Android UI frame encapsulate some Java common details, you can study the source code of the android UI framework

    0 讨论(0)
提交回复
热议问题