Android Programming and Technical Programming Technical

Tween animation is part of which package?

Options
1) it is part android.graphics.drawable.package
2) it is part of view package
3)it is part of 3D graphics library (open GLES)
4)it is part of kernal

Read Solution (Total 1)

Android Other Question

In which library GeoCoder class is located?

Options
1) android.location
2)android.hardware
3)com.google.android.maps
4)none of the above
How to draw directly on canvas of android UI?

Options
1) Implement your own custom View by extenting View class, and then implement onDraw method in it.
2) Take any UI control like ImageView, and draw image using canvas.
3) it is not possible to directly touch Canvas.
4) both option 1 and 2 are right