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?