Resolution
Hello everyone, I did not understand very well and would be grateful if someone could explain. If I create an app for a 5-inch screen and use that program on a 4-inch screen, does the program reset the...
View ArticleErrors after modifying my app in Android Studio
Can anyone please help me out with solving this errors!! I have codded this app in processing. Then i applied layouts to app in Android Studio. This the Error message:...
View ArticleHow can i login a website using Processing and Java
Hi. My goal is to build an Android App that login itself at my university members area and grabs personal infos. Now, i know that probably the website uses Shibboleth auth system. Unfortunately, i...
View ArticleIs it possible to let processing to communicate with Android...
Is it possible to let processing to communicate with Android WallpaperService.Engine? (or "interact / integrate" sorry, I just don't know the right word. English ist not my mother tongue) Thanks
View ArticleLive Wallpaper not functioning correctly after rotation
Hey, After fiddling around for a while I've created a live wallpaper in the new beta mode, and I'm quite pleased with the result. However, if I enable rotation in my launcher (Google Now) and switch...
View ArticleGenerate Waveform in Processing for Android
Hi, here is a code to generate sinewave in android mode import android.media.*; import android.content.res.*; PlaySound sineWave = new PlaySound(); boolean on=false; void setup() { size(displayWidth,...
View ArticleUnable to build
Hi all, When trying out android mode in processing I get the following error: C:\Users\Matt\AppData\Local\Temp\android3005389885981532069sketch\build.xml:81: Cannot find...
View Article#RoastMyCode revolution of function 3D visualization
Hi everyone, I found an old project of mine, that I'd like to get some criticism on. I can clearly see that the code is bad, but would like to know/see what you would have done instead of what I did....
View ArticleApp Permissions Not Working Correctly
Hello, I am having an issue regarding app permissions. My app requires one permission which is "write_external_storage." When I build it and run it locally on my phone it works as expected and I can...
View ArticleDoes the PVector.add() - Method not work in the Android Mode?
Hello Processing community, when I'm trying to run this code in Android mode, i get a error message: PVector Vec; void setup(){ Vec = new PVector(0, 0); } void draw(){ Vec.add(1, 1); } In the Java mode...
View ArticleHow to get a continuous image of the screen?
Hi, I'd like to write an app that involves continuously scanning the screen of an Android device into a PImage variable. How do I do this in real time? Thanks in advance for your response(s). Les
View ArticleUSB communication Arduino Pro Micro / Leonardo and Android
Hey, does someone have experiences with connecting an Arduino Pro Micro or Leonardo to an Android phone over USB ? Found this https://github.com/mik3y/usb-serial-for-android...
View ArticleAndroid App only 100x100.
Hey, I'm having a problem where my standard canvas size (without size() method) is only 100x100, and I also can't change it with size(). On a new sketch with size() and background() set it works, but...
View ArticleCan I override Android methods like onPause(), onResume() in Processing?
Hi! I want to know that can I override Android methods like onPause(), onResume() in Processing? I also want to override "back" key. Because by default if I press back key it closes the sketch. I dont...
View ArticleHow to make an Android Processing sketch fragment semi-transparent
Hi all! I'm happily using Processing from the Android IDE, allowing me to add certain critical functionality through Android Java directly. For the project I'm now working on, I want to overlay all...
View ArticleHelp with Free App for Blind and Visually Impaired
Hi, I have written a simple Android app as part of an effort to expand the services of e-NABLE to include help for the blind and visually impaired. The app emits a tone that varies in frequency...
View ArticleRunning sketches on my smartphone does not work anymore
Hello Processing community, everytime I launch a sketch on my smartphone the sketch immediately stops and the message "[sketch name] stopped" pops up (on my smartphone, Samsung Galaxy S6, Android...
View ArticleHow can i use scoreboard of Google play ? Can anyone give example about it ?
How can i use scoreboard of Google play ? Can anyone give example about it ?
View ArticleIssues running on emulator and device
Hi, I'm very new to processing and I'm trying to get a sketch to run on the emulator or device for the first time. I've spent four days scrolling through forums but nothing seems to have fixed the...
View ArticleOSCP5 compatibilty
Are OSCP5 messatges only compatible with OSCP5 messatges ? Is there any libary which allow me to make a tcp client as processing.net.* but in andorid mode? I just want a recieve data send by a arduino...
View Article