Hai all
For my application I am using more than one layout, and I nedd to switch from layout to layout .... I think there are two methods for this. 1. Using setContentView switch to new layout. 2. Or by creating new activity switch to new layout. Now I am following the second one...And its working perfectly....... So which one I should use for my application...? And also for go back to the previous layout I am just pressing the back button.....Do I need to call the finish() method....Or the android do it automatically.......... And I noticed that when close the application by calling finish() the program is exiting. But In Application->mange application it showing an option for "force stop".. Is there any method to exit application properly ?......... Thanks.............. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

