Essay
To create an Intent to open a web browser, we use an Intent constructor using the ACTION_VIEW constant of the Intent class as its first argument and a Uri as its second argument. Write the code to open a browser at the Google web page.
Uri uri = Uri.parse( "http://www.google.com" );
// Your code goes here
Correct Answer:

Verified
Correct Answer:
Verified
Q28: db is a SQLiteDatabase reference; sql is
Q29: Write a code that creates a 5
Q30: We want to center a map on
Q31: Write a code that checks whether the
Q32: Inside an Activity class, a RelativeLayout named
Q34: We can use the _ method of
Q35: Inside an Activity class, write a line
Q36: The _ method of the View.OnTouchListener interface
Q37: Write the code to create a Cipher
Q38: Inside a RelativeLayout element, insert code that