Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Check the following image which includes Android code. In this code when the app user clicks the button, the user will get a toast message which states "Hello Android ATC". After executing the code, where on the android device screen will the toast message appear?

A.

Top middle (center).

B.

Top left.

C.

Top right.

D.

Right middle (center).

Full Access
Question # 5

Assume you were given the code of an Android app that include a Google Map. When you checked the apps code, you found the following: var locationMangaer: LocationManager?=null var locationUstener: LocationListener?=null Which of the following is true about this app?

A.

This app is just lo show locations on Google map.

B.

LocationListener is used to give the app user to change the Google map database.

C.

This app captures a user s location (coordinates) and uses N in its work Row.

D.

These classes are not related to Google map.

Full Access
Question # 6

The following Android code locates Toronto CN tower on Google map using on the latitude and longitude coordinates. Which of the following choices is the correct choice to show your Google map in the zoom-in state?

A.

Replace: GMap.moveCameralCameraaUpdateFactory.newLatLng(cnToiwf)) with: GMap.moveCameta{CameraUpdaieFaclory.newtalLnoZoom(cnTowerT16f)0

B.

We can only show a position on Google map and we don't have permission to modify the zoom level

C.

Change the coordinates value to get the zoom level what we need

D.

Add the following code: GoogleMapZoom(60)%

Full Access