Webview for android in processing 3.x
Hi, Pls can any one throw some light on using the webview for android in processing 3.x. Basically, I want to load a webpage inside my p3 sketch. Pls help. Thanks in advance.
View Articlesimplest-play-soundfiles-in-android-with-processin
Hi Reading this post (https://forum.processing.org/two/discussion/14558/simplest-play-soundfiles-in-android-with-processing-3-0-1) I have been able to run the examples to play the mp3 track on an...
View ArticleAndroid WIFI TCP Communication - can not communication
Hi, nice to meet you. Please help me. #1. Hardware 1) Smartphone 2) ESP8266-01 & Arduino #2. Software Processing 1) TCP Communication Code --------------------------------------------------- `...
View ArticleCan't connect simple Android sketch to running emulator. Why?
Windows 10 PC running processing 3.2.1. Added Android Mode via configuration manager. Created new sketch, switched to Android Mode and entered simple code from "Rapid Android Development": void setup()...
View Article1. Is preferences.txt read when processing starts? 2. Why doesn't my file...
Returning to processing and trying to do more with Android Mode. But I have been having trouble, probably due in part to the disorganized mess I left behind. I am now trying to establish a...
View ArticleLoading SVG file in Android Studio
So, here is how this nightmare of mine goes. I am using Android Studio, using Processing, I get to create sketches without a problem, everything great. The problem is when in one of my sketches I try...
View ArticleProblem with loading Interstitial Ad
hi, I work on android studio and I've tried to add ads to a basic processing code application. But, I haven't succeeded with that. How can I show an Interstitial ad in processing class which is a...
View ArticleCannot run program "adb" !
All of a sudden my Android mode isn't working! java.io.IOException: Cannot run program "adb": error=13, Permission denied I'm on Mac OS with latest versions of everything installed. No idea what to do....
View ArticleLagging video: CameraGettingStarted example
Hi I was working with an android sample code accessing the camera and I notice it is lagging. Is that normal? I am using 5.0.1. and processing 3.0.2 on a Galaxy VI (no emulator). I am hopping to...
View ArticleANDROID MODE 4+ support to Keitai camera, or other ways to access camera?
Hey, how is it going? Im working on an app that needs to get videos from the mobile`s camera in real time. Before downloading version 4+ of android mode it was working fine, but I had to get 4+ because...
View ArticleLoad image files from external storage to PImage
Hey, im having some trouble loading images to PImages inside a android processing sketch. Here`s the code, based on this thread...
View ArticleI need someone knowledgeable on Bluetooth Low Energy and Android Mode.
I am currently porting my Classic Bluetooth System to the new BLE. Previouly, I was using KETAI library to access Bluetooth communication on my Android Device so it can communicate with my Arduino Uno...
View ArticleImporting processing.net lib to Android sketch
Isn't it possible to import and use Network lib (import processing.net.*;) to a android mode sketch? Any other solution to network connectivity?
View ArticleDevelop app for daydreaming in Processing?
Is it possible to develop an app in Processing for android which can be used for daydreaming? I haven't been able to find anything about it online. If it is possible some sources for me to look at...
View ArticleReceive OSC using OscP5 library, Android Mode 4.0-beta2
Hey, how is it going? Im trying to receive osc on my mobile, using OscP5 library and android mode 4.0-beta2. Codes: Android app import oscP5.*; import netP5.*; OscP5 oscP5; NetAddress endereco; float x...
View ArticleDetecting Multiple Touches in Android Mode
Hi, I am using Processing to prototype an app for Android. I need to detect two simultaneous touches of the screen. How do you do with with Processing? Thanks.
View ArticleUpdated example for Bluetooth using android API's?
Hey all, I've been looking through examples/tutorials on establishing a bluetooth connection in Android mode for processing using android API's (as opposed to Ketai). Ketai is really great, but I am...
View ArticleLost Connection with device while launching.Try again
I am repeatedly getting the error "Lost connection with device while launching",though after sometime emulator starts but shows nothing(Only "Android" written on screen).I have also checked the...
View ArticleHow to correctly exit a Processing sketch in Android
I am currently building an app in Android Studio involving a Processing sketch. Main class: import android.app.Activity; import android.app.FragmentManager; import android.os.Bundle; import...
View ArticleI can't create the Signed app Package
Hello! I don't really understand this error... Can you help me ? java.io.IOException: Cannot run program "/home/desktop/processing-3.2.1/java/bin/keytool": error=2, Aucun fichier ou dossier de ce type...
View Article