Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For mobile app development. Will give thumbs up for right answers. Thanks! Which of the following would create variable that references a text input element

For mobile app development. Will give thumbs up for right answers. Thanks!

image text in transcribedimage text in transcribedimage text in transcribed

Which of the following would create variable that references a text input element in from your apps' layout: Select one: O a. TextView types = (TextView) getTextView(R.id.types); O b. TextBox types = (TextBox) getTextBox(R.id.types); O c. TextView types = (TextView)findViewByID(R.id.types); O d. TextBox types = (TextBox) findViewByID(R.id.types); Which of the following is used to specify that an element inside a layout should be as wide or as tall as its parent element: Select one: a. wrap_content b. match_content C. wrap_content O d. match_parent What specifies how your app should interact with the user: Select one: O a. the Manifest b. custom Java class o c. the Activity O d. the Layout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions