Attempt to write to null array error
I am trying to create an app that scrambles a picture. It works great in Java mode but I get the following error in Android mode. FATAL EXCEPTION: Animation Thread Process:...
View ArticleProcessing-Android mode : AlertDialog, How do you code it? Help.
How do you code it? Help. Please help me. //Import required classes import android.app.AlertDialog; import android.app.AlertDialog.Builder; import android.app.AlertDialog.Builder.*; import...
View ArticleHow do you use multi touch in processing android?
So I just got android studio and imported the processing android library into it. I loaded a random example code I found(put a dot where you touch) and it used mousePressed to check if the mouse is...
View ArticleRun Processing Camera sketch on Android
Hi, again. I've got this working Processing sketch just to test the camera: /** ||****************************** ** || ** || ** || ** ||*****************************/ import processing.video.*; Capture...
View ArticleCan Someone please Help!! Cant load sketch to android...
Hey there I'm just getting started with the android mode but it doesn't work for me This is my code: void setup(){ fullScreen(); fill(255, 0, 0); noStroke(); } void draw(){ rect(50, 50, 20, 20); } This...
View ArticleMulti Marker does not exist
Hello, I am trying to create an augmented reality code using my android phone. The biggest problem I am running into is after downloading nyartoolkit every time I look at the code it is telling me that...
View ArticleControlP5 Icon
hii guys, i am trying to run the icon example of the ControlP5 library in processing Mode, in Java Mode its working fine, but in android mode, its not working , it shows this error: FATAL EXCEPTION:...
View Articlepermanent images in android studio
Hi everybody! I have started using android studio. When i try to run sketches there, if i put a rect in draw() for example it remains forever in that position even if i change it's coordinates. Do you...
View ArticleHow to work in andoid with controlP5? Make bigger labels and use keyboard?
Hi! I have some trouble working with controlP5 and android. I have some scrollable lists and their "head" or "label" size is small. I have make bigger letters but background size is still small. Also...
View ArticleAndroid VR sketch with osc connection
Hi there im newer for Processing, i wish to create a vr sketch for android phone and send osc message to Supercollider for audio effect, i read about the google cardboard for processing and i wish to...
View ArticleUsing Wikitude SDK
Hi! I am trying to work with geolocation based AR, and Wikitude SDK seems to be the best choice for what I want to achieve. But I am not familiar with Android Studio, so I was wondering if there is a...
View ArticleThe entity name must immediately follow the '&' in the entity reference.
Sorry, bit of a yarn in-coming. When trying to set up android mode to work it wouldn't find the sdk anywhere i pointed it to, I have Android Studio installed, it steadfastly refuses to see the sdk in...
View ArticleUsing Android MediaPlayer to play sound.
Hi all, I'm trying to use the code posted here by yelele_brother to play sound in Android mode. (Code posted below for ease of reference.) It is currently throwing an error that the getAssets(); method...
View ArticleWIFI list & Connection by android mode (at Processing Tool)
WIFI list & Connection by android mode (at Processing Tool) ------------------------------ code------------------- import android.net.wifi.*; import android.content.*; import java.util.*; Context...
View Articledisplaying a local index.html file with webview
hi, i added a file to sketch and the file is located in sketchname/data/index.html, my problem is how do i point to that file using webview.loadUrl("file:///sketch/data/index.html"); it just returns...
View ArticleVisualizing FFT values on a 3D object using microphone input from Android...
Hello, I am having trouble with an audio reactive project I am working on. So far I have a 3D environment that is using the Minim library to analyze FFT values drawn from the microphone of my PC to...
View ArticleSaving Locations to server to another aplication use it
Hello, Im trying to create 2 applications, one that saves the locations on android mode(latitude and longitude) in a webserver (or something similar) and then display a map in another application...
View ArticleMy First Android Simple Program Errors
Hi all sweet friends.. i m new here and want to work with Processing Android Mode, i have install "Processing-3.2.3" and also download "Android Mode" and also import "AndroidCapture for processing" ,...
View Articlecardboard tutorials?
Hi there, I can't find none example about processing and android with cardboard library, the only one I find is on the official page Processing Android to explain how to start, however I have a lot to...
View ArticleScale app size
Hi, I would like to create a simple game, but I want the layout to be always the same, despite the size of the screen. My game uses a window of 540x960, and I would like to force my phone (which is...
View Article