Sapient Company Programming

Which units of measurement is used by TYPE_TEMPERATURE?
1) celsius
2) lx
3) %
4) hPa or mbar

Read Solution (Total 1)

Sapient Other Question

locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER,0,0,locationListener)
In this line of code, what is the use of the second and third parameter?

1) These are used to control the frequency at which the listener receives updates.
2) These are used to specify the number of location providers.
3) Both of the above
4) None of the above