FATAL EXCEPTION: GLThread error. "The pixels array is not available in this...
I get this error on compile, any idea how to fix? I'm using the P3D renderer, but I get the same error with P2D, or the default renderer. "The pixels array is not available in this renderer withouth a...
View ArticleProcessing to Android visualization on Android
I am running Processing Sketches on Android Studio. Did it through exporting the project from Processing to Android, checking all the libraries. Then started a new Android Project, added these...
View ArticleSound library for synthesis and audio playback and beat detection.
I'm currently using minim library. Someone uploaded a "minim for android" (https://github.com/DASAR/Minim-Android) project on github but I can't for the life of me figure out how to get it to work so I...
View Articlejava.lang.Out OfMemoryError. Failed to allocate a 8294412 byte allocation...
java.lang.Out OfMemoryError. Failed to allocate a 8294412 byte allocation with 7320368 free bytes and 6MB until OOM. I'm only using 1 actual picture in the app. Do generated PImages take a lot of...
View ArticleHow to load and save table on android without error "File contains a path...
Hey! I'm trying to develop an app on android with processing that needs to save information in a table for next time use and then retrieve it later on. (Sort of like a leaderboard record). The problem...
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 ArticleUse an AsyncTask to load PImages
Hi Working in Android Studio with Processing for Android, I'm trying help the start of my app by having the loading of images transferred to a parallel thread It seem an AsyncTask class is the way to...
View Articletint() PImage Android Mode
Hi. Code below does exactly what I want; fading picture into almost white. However it does fade always in Java mode it does not in Android mode, better to say I've only one image that does fade in...
View Articleplotting data
Hello, I am a new one in programming and i would like your help.I want a code in processing i3 that could read a txt or csv file of data and make a real graph.Especcially to read ecg signals and make a...
View ArticleAndroid Mode - Serial Communication - Andruino
Hi, nice to meet you. I want (Arduino) ------- (Smartphone) Serial connection. Processing 3.2.1. Android Mode 3.0.1 > API 6.0 ======================================================================...
View ArticleNot able to run the code in android mode, i have put up the code and the error.
Not able to run the code in android mode, anyone familiar with error, please help. This is the code: `import beads.*; import java.util.List; AudioContext ac; WavePlayer wp; Gain g; Glide gainGlide;...
View ArticleZoom with two fingers
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 Article[Solved] Building the basic app example faild with this error
Solved it by installing updates suggested by android studio Hi, I just tried to build the basic example in http://android.processing.org/tutorials/getting_started/index.html processing version : 3.3.6...
View ArticleFile list files in directory
Hi. I've tried several code snippets to get the file names of a specific directory, but all gave me a null. What would be the correct way? Thanks in advance. import java.io.File; import...
View ArticleConverting File[] to ArrayList
Hi, I've tested in several ways this conversion and the most logical way, seems to me would be by iterating, but it gives the error: The method add(String) in the type ArrayList is not applicable for...
View ArticleCannot install Android mode
When I try to install Android Mode from within Processing I get the message "Could not find a mode in the downloaded file" in the Mode Manager window. However, the other modes could be installed...
View ArticleGoogle Reviews Over 50 Billion Android Apps Daily
lay Protect, the security service that arrived on Android last year, reviews more than 50 billion apps each day, Google claims. Launched in May 2017, Google Play Protect brings together various...
View ArticleNavigating a 3D space in VR
Hello everyone! I'm new to the Android mode and I'm trying to build a little app to navigate a 3D model of a city. I haven't started writing the code yet, as I was exploring the examples in order to...
View ArticleKetaiList
Hi. I copied the KetaiList class into a new processing tab to be able to customize it. But I only managed to change the backGround color. I tried to set textColor and do some padding, but although it...
View ArticlePlease, Android Mode. How to display notification messages on smartphone
[How to display notification messages on smartphone] 1) Event 2) Message 3) Application action (Video Link : ) How can I do that? How can I make a message appear when I turn off my app? Please help me.
View Article