[Argument / Android mode] Processing Android Mode How to succeed
Processing Android Mode How to succeed  1. [Android mode 3.0] I need a library like Ketai. -> 4.0  2. You need several tutorials and example code.     - The example is too short.     - The...
View ArticleGoogle Cardboard: Changing colour of cube based on where I am looking
Hi all, I have drawn a cube in the scene and I am trying to change the colour of the cube based on where I am looking. Currently I am just trying to measure the distance from the reticle position and...
View ArticleKetaiGesture has a big failure rate
I am using onTap() function for getting touch events but on some devices there is a big failure rate (some touches are not taken into account, sometimes you have to touch 2-3 times somewhere). On my...
View ArticleProcessing codes used in version 3.0, not working on version 3.3.6
I have a previous code that works with version 3.0, and now it has build errors with 3.3.6. It says, errors have indicated below: ERROR in...
View ArticleClosing app on Backpress using Android Processing
I've been using this code indicated below: public void onBackPressed() { System.exit(0); return; } It worked at processing 3.0, but it is not effective anymore in processing 3.3.7. Any suggestion to...
View ArticleZoom a plot with two fingers using grafica library
Could you please provide me an example code in processing i3 that i can make zoom with two fingers in my App,in Android Mode??I would like to zoom in the whole screen, not only in a shape..
View ArticleSend/Recieve files
Hello, i would like to know if there is a way in processing i3 to send and recieve data files. as csv files between android phone and pc through Wi-Fi..Actually i tried to communicate them with oscP5...
View ArticleError on tablet : Failure [INSTALL_FAILED_OLDER_SDK]
Hi, I have a problem with Processing Android Mode 4.0.1 with a tablet (GT-P5110 android v4.1.2) when I run my program. It says : Failure [INSTALL_FAILED_OLDER_SDK] I tried to lokk at :...
View ArticleCSV file not found in android but no problem in processing 3
I started with a demo that uses a menu that allows to choose which sketch to run on android. I modified it to add my sketch to the menu. I took my sketch that works standalone on android and added it...
View ArticleVideo in Android Mode
Hello I am trying to make a project and the first hurdle is making it sense when a viewer is present and play the video/pause video when viewer leaves. I have searched extensively through the forums...
View ArticleOnly API 26 for Processing ?
Hello, Sorry for my english, I am French and I use Google traduction, it should not be very effective, so thank you very much to read me ! Here is my problem: Since 3 days, I am fighting with...
View ArticleProcessing and Android Studio
Is there a way to open an Android studio file in the processing i3???
View ArticleAndroid loadImage outside sketch folder.
Hi. I am trying to load an image with the code below, but this will give the error: The method loadImage(String) in the type PApplet is not applicable for the arguments (File) > How to do this?...
View ArticleKetai Library Release Date Question
Good morning. I am a user who makes an application through processing. Once again, I sincerely appreciate the processing program tools. I also love you. I use KETAI libraries the most in processing. So...
View ArticleA carousel for graphs
Hi there dear enthusiasts, I have been trying to write a program for android which shows some graphs in it. I was wondering if there are any libraries out there that already offer the carousel object...
View ArticleShowing Visualizations in Particular Positions in Android Studio
I am developing an Application in Android. For the visualization part, I am using Processing. Now I would like to show a number of visualization on one Android Activity. The standard code for one...
View ArticlesaveStrings()
I am having trouble using the saveStrings() function. I am using it in APDE. But I have tried the same code on processing 3.2.1. String sentence = "This is a sentence"; String[] save; String[] load;...
View ArticleProblem with running sketch through usb debugging mode
Howdy, I’m trying to build a simple App in processing and run it on my Google Pixel. In procesing I am getting the following error. I’m not even sure what information would be useful in debugging this....
View ArticleError message help please ?
Hi Have just updated to 3.3.6 and the new android 4 mode. Was a bit nervous but it worked first time with a simple getting started sketch. Quite impressed! But now I wish to run a large project that...
View ArticleFilepath Issue
Hi, I have a Android Processing sketch that used to work a few years ago but I need to update it and can't get it to run. It seems like there is a problem with having the path in the filename string...
View ArticleHow to play 2 consecutive mp3 with MediaPlayer?
I am trying to play two consecutive mp3 (the second starting when the first ends). Is it possible? At the moment I use a delay but this solution is far from being optimal. Thank you in advance act =...
View ArticleRun library PixelFlow on Android
Can anyone run this project to android? https://github.com/diwi/PixelFlow/tree/master/examples/Fluid2D/Fluid_WindTunnel I spent a weeks to find solution but nothing. after remove unuse function (eg....
View ArticleTrying to make blepdroid to work
Hi, I am not very familiar with the android mode, but I need to use ble communication, so I was hoping to use the blepdroid library. I downloaded, and placed it in my library folder, opened the...
View ArticleIssue using Blepdroid (BluetoothLibrary) with Processing 3.3.7 and 3.4...
This question is regarding a fatal exception error message that occurs when using Blepdroid (a Bluetooth low energy library) with later versions of Processing 3. The error has been partially addressed...
View Articlesuper.onSaveInstanceState does not exist
I'm making an app which has multiple pages, and I'm overriding onSaveInstanceState to save across rotation. But then, I get the error "The function onSaveInstanceState(Bundle) does not exist". My code...
View ArticleEmulator Opens Briefly then Closes, "lost connection with emulator"
Brand-new to Android Mode. I have run a few Android Mode apps on my Galaxy 7 but wanted to develop on my Windows 10 64 bit computer with the emulator. When I try emulation itm the emulator, briefly...
View ArticleIs the smooth function implemented in processing for android?
Is it possible to get the smooth() function to work on processing for android? all my graphics have non-smooth edges whether i use the function or not. if not is there any other way i can anti alias my...
View ArticleShow image stored in SDCARD (sdk 26)
Hello, I have try many tutorials/issues whitout succes, but i'have got the same results : java.lang.IllegalArgumentException: File /storage/emulated/0/DCIM/cat.jpg contains a path separator Here is my...
View ArticleWhere is the processing-android.jar?
Hello, I'm follow this guide here: http://android.processing.org/tutorials/android_studio/index.html But I have a problem, I can't find the processing-andoid.jar. Where is it or where I can download...
View Article