[android-developers] Re: Suggestion about android.graphics.path for performance

2009-05-02 Thread freeanderson
Yeap. Thank you for information. On May 3, 7:06 am, Mark Murphy wrote: > freeanderson wrote: > > Hi. > > > Currently android.graphics.path is JNI. > > It has a good performance. Working well. > > But I think it need to be added more features to Path. > > > It's like this: > > > Path p = new Path

[android-developers] Re: Suggestion about android.graphics.path for performance

2009-05-02 Thread Mark Murphy
freeanderson wrote: > Hi. > > Currently android.graphics.path is JNI. > It has a good performance. Working well. > But I think it need to be added more features to Path. > > It's like this: > > Path p = new Path(); > p.load(stream); > p.save(stream); > > The reason is simple. Imagine you want