views:

46

answers:

1

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?

+1  A: 

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

BlackDragonBE