Short Answer
Inside the onCreate method, we created a GridLayout named grid. Write the code so that gridLayout is the View showing in this activity.
public void onCreate( Bundle savedInstanceState )
{
// The GridLayout grid has been created
// Your code goes here
}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q92: Inside an activity element of the AndroidManifest.xml
Q93: We can use the _ method of
Q94: Assuming that a Logcat filter is already
Q95: We are coding inside an Activity class.
Q96: You are creating a menu. Add two
Q98: Inside MainActivity, we coded a private class
Q99: Inside the onCreate method, fill in the
Q100: Inside a RelativeLayout element, write the code
Q101: The _ class from the android.appwidget package
Q102: You are creating a menu. Add one