Activity in Android

Posted by leduchuy89vn on Stack Overflow See other posts from Stack Overflow or by leduchuy89vn
Published on 2010-03-29T02:40:17Z Indexed on 2010/03/29 2:43 UTC
Read the original article Hit count: 340

Filed under:
|

Normally, a Java p'rogram starts from an object, then that object will create some GUI objects (window) and call the "Show" method

So, is there any way to do the same thing in Android, since, by default in Android, a program runs from an object created by a class which extended from Activity class?

© Stack Overflow or respective owner

Related posts about android

Related posts about activity