3

形を描き、その形を操作する必要があります。

たとえば、http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.htmlのように

選択した形状である描画領域に形状を描画します。

Plsはアンドロイドで行う方法を教えてください。

4

1 に答える 1

2

You should draw your shapes onto a surfaceView using the android Graphics.

Specifically with the use of a Canvas.

Take a look at the offical Lunar Landing Demo for an example.

You can find the source code for this sample in your SDK at:

<sdk>/platforms/android-<version>/samples/
于 2012-11-10T09:55:53.500 に答える