Sapient Company Programming

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

Read Solution (Total 1)

Sapient Other Question

Which of the following is a layout Manager?
A. Framelayout
B. ScrollView
C. LinearLayout
D. GridLayout

1) Only A & B
2) Only B
3) Only A, C, D
4) Only C & D
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