I would like to know what the performances of Sketching in Android looks like. Here is the link for more information about Processing-Android: http://wiki.processing.org/w/Android#Instructions
I do not know at what level processing is in Android and how it is implemented. Therefore, I would like to know what the performance of the processing sketch embedded in the Android application is compared to the usual Android Canvas API.
Processing allows us to create relatively simple programs, and if the performance were good, Iām sure that we could save a lot of time by drawing some of the things in our application using Processing (or, at least for a novice like me, the processing language seems much simpler than Java used in android, as we can easily call the drawing function, etc.)
So, I would like to get your opinion, while thumbnail processing can be as efficient (in terms of performance / optimization) as using the Android Java API directly?
thanks
source share