形を描き、その形を操作する必要があります。
たとえば、http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.htmlのように
選択した形状である描画領域に形状を描画します。
Plsはアンドロイドで行う方法を教えてください。
形を描き、その形を操作する必要があります。
たとえば、http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.htmlのように
選択した形状である描画領域に形状を描画します。
Plsはアンドロイドで行う方法を教えてください。
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/