Short Answer
You are building the GridLayout grid programmatically. You have already created a TextView named tv; add it to the GridLayout grid, specifying a width of 200 and a height of 100.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q49: Inside activity_main.xml, write one line of code
Q50: Inside activity_main.xml, write one line of code
Q51: We use the _ method of the
Q52: If we want to receive location updates
Q53: When we want to extend the View
Q55: The following code defines a transition between
Q56: Write a code that creates a TextView
Q57: Inside activity_main.xml, we define a Button element;
Q58: If the app writes to external storage,
Q59: LayoutParams is an inner class of GridLayout.