What is the difference between Extends Application and Extends Activity in Android?
Posted
by LordSnoutimus
on Stack Overflow
See other posts from Stack Overflow
or by LordSnoutimus
Published on 2010-04-06T21:52:40Z
Indexed on
2010/06/07
10:42 UTC
Read the original article
Hit count: 320
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 Extends Application?.
Would you use it on the first class you create in the Android application?
Thanks.
© Stack Overflow or respective owner