Where is main() in Android?

后端 未结 8 1516
南笙
南笙 2020-11-30 00:20

I am new to Android, and was studying the framework and it compelled me to ask this question. Since we are extending Activity in Android, there has to be main s

8条回答
  •  遥遥无期
    2020-11-30 01:13

    onCreate() Method....See lifecycle of android class (Activity).....
    

    http://developer.android.com/reference/android/app/Activity.html

提交回复
热议问题