Solved

Inside the OnCreate Method, We Created a GridLayout Named Grid

Question 97

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions