Hello all,
I would like to know if the sketches from Processing can be redirected onto a specific view area (e.g. ImageView or VideoView), so that we can have do objects in the screen. It should be an integration of a generic Android App code and a pde code.
As of now, the app which Processing generates by itself is sketched according to the size set in setup(), and does not allow a nice degree of customisation. I did read that embedding Processing into Android App is
not recommended in the official wiki of Processing, but this is what I want to do.
Any links to tutorials / helpful sites are appreciated.