Android Programming and Technical Programming Technical

What is the tool to convert images to 9 patch image? where it will be located?

Options
1) draw9patch is the tool name, it is located in android-sdk/platform-tools.
2) draw9patch is the tool name, it is located in android-sdk/tools
3)9patch is the tool name, it is located in android-sdk/platform-tools
4)9patch is the tool name, it is located in android-sdk/tools

Read Solution (Total 2)

Android Other Question

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
What are the tags used in tween animation?

Options
1)
2)
3)
4) all of the above