Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Browsing all 941 articles
Browse latest View live

Vibrate your phone

How to vibrare my phone with vibration moter for mobilephones in android processing?

View Article


Analyze 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 Article


How 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 Article

Toast 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 Article

Notifications 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 Article


Android 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 Article

Image may be NSFW.
Clik here to view.

Exporting Error

createProject renameTo() failed, resorting to mv/move instead. java.io.IOException: Cannot run program "mv": CreateProcess error=2, 지정된 파일을 찾을 수 없습니다 at...

View Article

Error 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 Article


How 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 Article


Play 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 Article

Generate 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 Article

I'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 Article

preferences 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 Article


Processing 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 Article

Help 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 Article


Open android camera using APDE

hi. Anyone can help me how to open camera android with APDE, like Capture in processing. Many thanks

View Article

How 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 Article


Generating 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 Article

Android-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 Article

Left 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
Browsing all 941 articles
Browse latest View live