Only 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 ArticleFFT to identify bird's singing
Hello, i'm sorry if i'm not posting in the right Category, i'm new to the forum. I'm working on a project for hiking help for android, and i thought about a functionnality that can be fun, recognizing...
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 Article