Essay
Inside a RelativeLayout element, write the code that asks an EditText whose id is age and that is positioned to the right of the View whose id is name; its right edge is lined up with its parent View.
< EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
< !-- Your code goes here -->
android:inputType="numberDecimal" />
Correct Answer:

Verified
Correct Answer:
Verified
Q95: We are coding inside an Activity class.
Q96: You are creating a menu. Add two
Q97: Inside the onCreate method, we created a
Q98: Inside MainActivity, we coded a private class
Q99: Inside the onCreate method, fill in the
Q101: The _ class from the android.appwidget package
Q102: You are creating a menu. Add one
Q103: The _ class from the android.os package
Q104: Assume that the class TH implements the
Q105: The MyDialog private class implements the OnClickListener