Which method is used to close an activity?
Which method is used to close an activity?A . Destroy()B . Finish()C . Stop()D . Close()View AnswerAnswer: B Explanation: References: Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study
Which of the following statements about DDMS is incorrect?
Which of the following statements about DDMS is incorrect?A . You can display a list of currently running threads and select one to check its stack trace.B . You can use it to acquire screenshots of a terminal.C . You can forcibly execute garbage collection and check the present heap...