Sapient Company Programming

Which of the following is not a feature of Andorid's Service?

1) It has no User Interface
2) A service is bound to the lifecycle of an actvity
3) It runs in the background without direct interaction with the user
4) none of the given options

Read Solution (Total 1)

Sapient Other Question

Which attribute specifies how to place the content of an object, both on the x- and y-axis, within the object itself?

1) layout_VerticalX
2) layout_HorizontalY
3) layout_gravity
4) layout_XY
Which of the following statements is/are false about Services in Android?

A. Services are used for repetitive and potentially long running operations such as Internet downloads.
B. Services are less likely to be terminated by the Android system.
C. Services cannot be assigned higher priority than Foreground activities.

1) Only B
2) Only C
3) B and C
4) none of the given options