Call android keyboard doesn't work
hi, I've tried to run keyboard on android and I get an error. the error is: the function getSystemService does not exist. here is the code. import android.view.inputmethod.InputMethodManager; import...
View Articlehow to receive data in arduino from android Device with bluetooth
hi everybody has anyone used the BluetoothCursors.pde example in processing android mode with arduino ? the code in the example sends the X/Y of the cursor on the android device to the arduino over...
View ArticleI can not connect to the internet
Hi. I'm writing a little app to view the online comics. When you attempt to display an image error takes off: java.lang.SecurityException: Permission denied (missing INTERNET permission?) at...
View ArticleWhy PImage didnt work after making standalone app? (android)
When i compiling my programm in processing PImage is working correctly, but when i making standalone app, PImage doesnt work in it
View ArticleControl Swipes
anybody knows how to control swipes in android mode? any example of this?
View ArticleAndroid emulator mode not working on mac osx yosemite
I have a fresh install of processing and an updated java. I let processing load the android mode and then it asked to downlload the android emulator. this is a mid 2012 macbook pro running osx yosemite...
View ArticleSetting font size?
Just started running a sketch on an Android phone. So far so good with one exception. I'm putting some progress statistics in area above the main action and have not found the magic to increase font...
View ArticleHow to make loading animation
Hi, I've done an application which has lot of data to load. So I need a way to load this data in background. I've tried with threads but it is not working. Any other way?
View ArticleSave files to data folder
How can I save files like JSON files to the data folder in android?
View ArticleFront-Camera on Android?
Hi at all! Has anyone a working solution using the Front-Camera in Android? I've already searched the hole web, and Ketai is unfortunately not working.... Thanks in advance
View ArticleCounting time on screeen while app is running
Hello Guys. I am new to processing and programming in general. I am trying to design a small software and i need it to count and display time on the screen while the app is running on the android...
View ArticleSound analysis on input from microphone on Android device
Hi I have gotten a request for a sound reactive project for Android phones. I want to read the incoming audio from the microphone on the Android device and animate the graphics based on the sound -...
View ArticleHow to display StatusBar ?
Hi guys, Im using APDE during long time to create sketches for little programs. I try to create my own program with android face. Well my first problem was using the keyboard but i fixed it, but now i...
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 ArticleBuild Error inside the Android Tools
Hi, I am a newbie with Processing and I tryed to use the Android Mode. After installing it following instruction at android.processing.org, I found that the example (at...
View Articlesend files using bluetooth
hi i'm trying to send files as "photos" via bluetooth using ketai library and i'm completely lost !!, so is there any help
View ArticleOBJ Export with nervoussystem on Android with version 3.2.1 of Processing?
Hi guys. I'm new to this forum but i know processing since version 2. Now i started learn it and got a big problem with my code for android. Here's my code: import nervoussystem.obj.*; boolean record =...
View ArticleUnfolding Maps in Android
Hello, I'm checking out Unfolding Maps in Android mode, trying the SimpleMapApp example in the installation. (Runs in Java mode for me with no problems.) I'm using Processing 2.2.1 (Processing 3.x is...
View ArticleAndroid App only 100x100.
Hey, I'm having a problem where my standard canvas size (without size() method) is only 100x100, and I also can't change it with size(). On a new sketch with size() and background() set it works, but...
View Article