我需要绘制一个形状并对该形状进行操作。
例如像这样,http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.html
我们在选定形状的绘图区域上绘制形状。
请给出一个想法如何在android上做。
我需要绘制一个形状并对该形状进行操作。
例如像这样,http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.html
我们在选定形状的绘图区域上绘制形状。
请给出一个想法如何在android上做。
您应该surfaceView
使用 android将形状绘制到 a 上Graphics
。
特别是使用Canvas
.
以官方登月演示为例。
您可以在 SDK 中找到此示例的源代码:
<sdk>/platforms/android-<version>/samples/