There are four Java classes related to the use of sensors on the Android platform. List them and explain the purpose of each.
Answer / maanya
Sensor: Provides methods to identify which capabilities are available for a specific sensor.
SensorManager: Provides methods for registering sensor event listeners and calibrating sensors.
SensorEvent: Provides raw sensor data, including information regarding accuracy.
SensorEventListener: Interface that defines callback methods that will receive sensor event notifications.
Is This Answer Correct ? | 8 Yes | 0 No |
Enumerate the three key loops when monitoring an activity?
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?
Explain .apk extension.
As an android developer, how will you enumerate the steps necessary to created bounded services through aidl?
Which tools are used for debugging on the android platform?
In android, how to insert swipe animation?
What is on change?
What's the difference between android and iphone?
What is AIDL?
What are the main components in android?
What is a content provider? How is it implemented?
Explain aidl?