What does this code do? Intent intent = new Intent();intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse("http://www.androidatc.com")); startActivity(intent);
Answer(s): D
Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study
Which of the following is a Java call-back method invoked when a view is clicked?
Which of the following is not an Activity lifecycle call-back method?
Which method is used to close an activity?
Answer(s): B
Post your Comments and Discuss Android AND-401 exam with other Community members: