I have converted a few of my Processing sketches into Android apps, but they seem to run really slowly in the emulator and on my device.

Are there any tips on how to increase the speed and performance of my sketch running as an Android app? Are there things or parts of the Processing API I should avoid?

link|improve this question

1  
wiki.processing.org/w/Android – rwong Oct 14 '10 at 6:10
I can find nothing about increasing performance from that link. – Adam Harte Oct 14 '10 at 6:22
This might help - blogs.adobe.com/cantrell/archives/2010/10/… – Adam Harte Oct 14 '10 at 19:40
feedback

1 Answer

up vote 4 down vote accepted

http://developer.android.com/guide/practices/design/performance.html I hope that helps you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.