text function not working
Hi all, only have one android device to test. Galaxy Tab E version 4.4.4 The basic processing function fails to render any text. It complies with no errors so im a little stumped. Can anyone reproduce?
View ArticleMy solution to low framerates when using image() function (android mode)
Greetings all, I was suffering from cripplingly low framerates when using the image() function, specifically in android mode. It worked fine on my PC, but my tablet could not handle it. If I commented...
View Article[Android] How to create notifications, even when the app is closed.(2)
[REFERENCE LINK] https://forum.processing.org/two/discussion/4429/notifications-in-android-mode https://forum.processing.org/two/discussion/16840/how-to-create-notifications-even-when-the-app-is-closed...
View ArticleHeavy image compression / banding
Hello, I am trying to load images in my app but once displayed they turn out to look very heavily compressed, making them not usable for what I am doing. Is there a way to turn off this automatic...
View ArticleInstall libraries on Android
Hello. Because it is almost summer, I want to go outside and make apps on my phone. I am currently working on some simple music visualizers for my friends. My problem is, that Android version of...
View Article[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 Articleproblem with ketai gps
Hi everyone, i have an app that uses ketai gps, and it was working all fine and now it doesn't, the coordinates that throws are 0, 0, 0, it's like i have no signal, but when i switch to google maps i...
View ArticleAndroid processing bug
Hello I'm trying to make an animated wallpaper for my phone, but when I rotate the screen, the sketck gets distorted and out of the screen space. I think this is a bug, but I want to know how to...
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 Articleandroid build error: failed to create directory
Hi, everyone. I am now trying Processing android mode. But cant build a simple sketch. I am on windows 7 64x and a Huawei phone with android version 4.4.4 I used p5 version: 3.3.7 And the android mode...
View ArticleHow to access a field/method of the sketch from MainActivity?
I have public void init_game() in public class colors_game extends PApplet What do I have to do to access public void init_game() from public class MainActivity? Thanks in advance.
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 ArticleSolved. Ketai library for gestures not working on android
Hello everyone, I'm pretty new to processing and I have started trying to learn to program simple games por android. I'm trying to use the ketai library to recognise gestures (flick, pinch and rotate)....
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 Article