Is there a way to make a processing sketch (android mode) make the mobile...
Hey, how is it going? Im developing an app for pixel art. Is there a way to enable any person using it to post the image made using the app in a certain tumblr (one that i will create)? How? thanks in...
View ArticleFisica and Integration with Navigation Drawer
Hi, first of all, I want to share my excitement as I only realized today that PApplet was now extending Fragment rather than Activity :D Second, I am now playing with this new PApplet and trying to...
View ArticleHow to read PC shared images, from a android application?
Good afternoom, I want read a image salved in a public directory of my pc, from android app. I'm trying this code: String ERROR = ""; PImage requestIMG = null; boolean loadIMG = true; void setup() {...
View ArticleKetai keyboard not detecting some buttons
Hello I am working on an Android app and to make a keyboard appear, I use the Ketai library. I can make it detect normal characters correctly (letters and numbers), but it is returning strange results...
View ArticleTaking screenshot programmatically - result is always black screen.
I am using the standard android code to take a screenshot of a Processing application: private void Screenshot() { try { String mPath = Environment.getExternalStorageDirectory().toString() +...
View ArticleAndroid SDK could not be loaded in MAC
I am using Mac OS, and I just got the newest processing at this link: https://processing.org/download/?processing I also got the "Android SDK Manager", I have checked and everything shows as installed....
View ArticleWhere to get Android Mode library from?
I am developing using Eclipse. So far I have used the 2.2.1 version of Android mode. The library I imported to Eclipse was "android-core.jar". Since Processing 3.0 is out, I would like to replace the...
View ArticleRun android keyboard
Good afternoon, I'm designing an android app and do not know how I can use the virtual keyboard. Is there a way to call android keyboard while the application is running? or Should I create a keyboard...
View ArticleCan't get emulator to run a sketch, what do I do? (3.0)
New Processing user here, very excited to develop my app! I got it to Run on Device but I'd also like to get the emulator working (especially since my colleagues will be using the emulator...
View ArticleAndroid live wallpaper
Is there any way to make android live wallpaper for android device with processing?
View ArticleAndroid is not compatible ......
Hello, I just update version 3 Processing under Windows 10. When I install I get an error message: " android is not compatible with this version of processing updating the mode". Maybe you have already...
View Article"Android mode is not compatible with this revision of Processing"
Hi. I wanted to get started with this function, but I cannot install it, but when I put the AndroidMode folder in "modes" and I try to select it in Processing, it says that it's not compatible. I...
View Articleloading quickstart.SIKIO_C0 on my samsung galaxy tab 4 is wrong
after loading quickstart.SIKIO_C0 on my samsung galaxy tab 4 i get the message "SIKIO_Co_quickstart has stopped OK" Loading Android applications works correctly but when IOIO board is involved. I get...
View ArticleHow do i get sound to play on the phone
The code below works fine in java mode, but it doesn't work in Android mode. I just want a simple code that will play a mp3 file when clicked. I'm pretty sure the problem is in the import of Minim, I'm...
View ArticleReal-time GPS on Android and computer ?
So I have recently been learning about processing. So i'm still a newbie. I have also done a project where processing is reading a CSV file with coordinates (that was made in Openpaths). I want to take...
View Articleproblems with android examples in processing 3
answering a question about playing sound with android mode i have given 2 solutions (one with APWidget lib, the other with android mediaPlayer class); the twos tested with 3 phones and processing 2,...
View ArticleThis version of Android is not compatible ...
Hi, I've installed time ago Processing 2 and processing 3.0 alpha plus android SDK, and also if I've not been able to run any sketch on Android device or Device emulator, all the other modes were...
View Article"Could not create a virtual device for the emulator".
I just did a fresh (today) install of Processing 3.0 (latest download available from processing.org), and installed the Android SDK - Android 6.0 (API 23) and Android 2.3.3 (API 10). In older versions...
View ArticleKeystore
Hi I have an existing keystore file for use when creating signed apk's (using AIDE) Can it be used with Processing, or am I stuck with the one Processing created for me (somewhere?!) when I first did a...
View ArticleDisplaying text makes my frameRate fall
Hello, I have a little problem. On a processing project for android, I have to display a lot of text on the screen. I use : string myString = "lots of words"; textFont(myFont, 20); text(myString, x,...
View Article