What is the difference between Extends Application and Extends Activity in Android?

前端 未结 5 1030
花落未央
花落未央 2020-12-29 03:38

I am confused as to the difference between the two. In my application I have just used Extends Activity and the application is working perfectly, so what is the purpose of E

5条回答
  •  不思量自难忘°
    2020-12-29 04:13

    application is responsible for whole app

    you add launcher activity in application manifest

    and

    in application on create use to recreate whole app after user's Preference

提交回复
热议问题