I'm using accelerometer sensor through Ketai library to draw on the screen, so no screen-touch event is involved.
Do you know what would be the simplest and most correct way to prevent the activity to be paused and the screen turned black without screen-touching?
considering that controlp5 library doesn't seem to work on android, are you aware of any possible solution for user-input field in order to setup basic user options for a processing sketch running on android? I have a client that communicates via osc messages to a remote pen plotting server. the client is a processing sketch, and I wanted the user to be able to set the server's url and port. Thanks in advance for any tip or help.
best, francesco
I've started a little project that implies controlling old pen-plotters with Android mobiles.
The client is written using Processing for android with oscP5 library,
on server-side I use python and chiplotle HPGL library.
data is exchanged through osc messages.
this is a first proof-of-concept
the video is really blurry, sorry, but I had no tripod and only two hands
I just coded my first android app
it uses phone camera and android's built-in face detection for a little funny trick.
Being totally a beginner to java, I was amazed seeing how easily using processing, ketai library and a bit of native android code you can achieve in very short time quite nice results.
It looks a very nice and promising tool for android development, thanks to all the processing team for their wonderful efforts.