When Jason rotates the screen on his Android device, what method is called?

a. start()

b. onCreate()

c. run()

d. setOrientation()

9. b. The onCreate() method is called every time the user navigates to the Activity (forward or backward), and whenever he or she rotates the screen or initiates other device configuration changes.

Computer Science & Information Technology

You might also like to view...

The expression IIf(IsNull([ClosedDate]),"Open","Closed") displays ________

A) Closed when the ClosedDate field has no value and Open otherwise B) Open when the ClosedDate field has no value and Closed otherwise C) Closed when the ClosedDate field has no value and nothing otherwise D) Open when the ClosedDate field has no value and nothing otherwise

Computer Science & Information Technology

If you have a table containing sales data, you could use ________ rules to identify the three highest sales transactions

A) Extremes B) Top/Bottom C) Maximum/Minimum D) High/Low

Computer Science & Information Technology