AND-801 Android Application Development v8

Loading demo links...

Showing 4–6 of 10 questions

Question 4

You can embed a web browser inside your application using the WebView class.

Select an option, then click Submit answer.

  • True

  • False

Question 5

The first image below includes an Android code to generate AlertDialog which is illustrated in the second image. The last line of the code includes "xxxxxxx". Which of the following choices is the correct line of code to replace "xxxxxxx" for the purpose of showing this AlertDialog?

Untitled

Select an option, then click Submit answer.

  • SaveAlert.show( )

  • Save-Activity( )

  • Start.activity ( )

  • savealert.show( )

Question 6

The following image includes Android code for an app that contains a button with an id : "Downloadbutton". When the app user clicks this button, a progress bar with id: "progressBar" will show up. What will happen if you change *'rate+=10" illustrated with green underlined text to “rate+=50"?

Untitled

Select an option, then click Submit answer.

  • No any change m progress bar work.

  • The progress bar will finish within two steps only.

  • You will get error and the app will not work.

  • The progress bar will work before slowly than before.