Vibrate your phone
How to vibrare my phone with vibration moter for mobilephones in android processing?
View ArticleAnalyze audio in Ketai or cassette
I have an audio player working, an want a level meter graphic. Is there an analyze function to use with these libraries?
View ArticleHow to create notifications, even when the app is closed.
Okay I am new to android app development! I have been using ketai lib. to creat my apps so far and everything went super smooth. But now when I searched how to create notifications using processing, I...
View ArticleToast in processing
I want to use toast on a button click how can i do it in java mode and in android mode as well kindly do tell me the way
View ArticleNotifications in Android Mode
Hi! I'd like to have notifications in my app, but I know that the way in which a processing sketch works on Android is a bit different; I've been able to include toast notifications (that we can see...
View ArticleAndroid PShape and Draw Order
Hello in my processing/android app I use P2D and a lot of PShapes. but the thing is that it seems to me impossible to draw anything other than a PShape UNDER those PShapes I made. I need to draw lines...
View ArticleExporting Error
createProject renameTo() failed, resorting to mv/move instead. java.io.IOException: Cannot run program "mv": CreateProcess error=2, 지정된 파일을 찾을 수 없습니다 at...
View ArticleError from inside the Android Tools Check the console. Please help tried...
I've tried everything I can find and am still getting this error. Please help. WARNING in...
View ArticleHow to get the telephone number of the device where the App is running?
Hi experts, I am new to Processing and I enjoy this very much already. Some solutions are shown here: http://stackoverflow.com/questions/18894080/get-my-phone-number-in-android I wonder if there is any...
View ArticlePlay Sound in android
`import processing.sound.*; SoundFile file; void setup() { size(640, 360); background(255); // Load a soundfile from the /data folder of the sketch and play it back file = new SoundFile(this,...
View ArticleGenerate tones
Hello people, I'm sketching an app that pick colour from the camera and turn it into a sound frequency. On the computer I used minim to generate my tone, where I also need to tune the decay, and...
View ArticleI'd like to have simple AlertDialog in my Processing-Android sketch
Hi, I'd like to have simple AlertDialog window with OK confirm button in my processing sketch for Android target... I've found example code here :...
View Articlepreferences in android
i m using image pixels to save the preferences of player in game. m saving the image in data folder with pref.save("data/preferences.png"); but when i deploy this to android device it show me error of...
View ArticleProcessing on Android for GoogleCardboard
Hello, I tried to adapt the initial code to my processing project but it triggered the following errors: FATAL EXCEPTION: GLThread 1873 Process: processing.test.androidproj, PID: 14032...
View ArticleHelp with Fatal Exeption
Hello everybody, I'm making an app at the moment, but I've got a little problem: 90% of the times I run the app, everything works fine. But sometimes, I get this error by starting the app: FATAL...
View ArticleOpen android camera using APDE
hi. Anyone can help me how to open camera android with APDE, like Capture in processing. Many thanks
View ArticleHow to access android device camera?
I would like to know if I can somehow access the android phone or tablet camera with processing, take a picture and load it in the sketch.
View ArticleGenerating Audio in Android (by playing multiple short audio files concurrently)
Hi Everyone I would like to generate sounds using Processing for Android. The way I would like to do that is by generating individual pulses and varying the timing between them (Shorter interval =...
View ArticleAndroid-Mode doesn't work
Hello all, I tried to get the android-mode working, but unfortunately it won't do it. I downloaded the Android-SDK and updated it with the SDK-Manager right out of processing, but everytime I'm...
View ArticleLeft and right rectangel
im making a doodle jump game and when a person clickswith a mouse the left side of the screen aPressed(Boolean variable) will be true and when someone presses the right dPressed(Boolean variable ) will...
View Article