Connecting Android with PC using bluetooth with proximity detection
Hey guys, I am back! And with a question: Can I run a processing program in my PC that detects the proximity of my android smartphone? And use this proximity data to run a sketch in my android? I mean...
View ArticleGetting ready stable release of Android mode
Hello everyone, I'm aiming to release the stable 3.0 version of the Android mode sometime soon. Right now there is a "Release Candidate" version available, so if you want to try it out to see if there...
View ArticleHTTP-Requests library on Android, FATAL EXCEPTION issue
i'm testing with really simple android app which save the captured image then upload to the server on each time during the http post session the app got crashed,reported as following: FATAL EXCEPTION:...
View ArticlePicture Server/Sender
For my design project I need to make an application that can make pictures and from there send them to a server (a map or something on a computer). From there it needs to be** sended to a tablet** that...
View Articleexample program is not runing on my android mobile?
I m new to processing android mode. I have downloaded processing 3.0.1 and android mode. The issue is a simple example program is not running on my phone. The program is an animation which is running...
View Articlehow can i activate android Mode?
from this image, the click on the either box(locate sdk path& download sdk auto) doesn't work.
View ArticleLow frame rate on Android
Hello I run a sketch that makes 180 ellipses rotating around a point. each of those ellipses are instances of a Satellite Class that render the ellipse using pushMatrix(), translate(...), rotate(...)...
View ArticleCan't use the method lights() or directionalLight() in my drawing.
All the time I try to use some light releted method like lights() or directionalLight() the console is returning to me the error FATAL EXCEPTION: GLThread 10295 java.lang.NullPointerException. Can...
View ArticleHow to send HTTP POST containing JSON body
I'm trying to use the 'HTTP Requests for Processing' library, but it seems to be specifically tailored to sending form-encoded requests. Is anyone able to use this to make calls against a REST API with...
View ArticleFX2D & Android
Testing my sketch on PC, I see that the FX2D render just blows everything in terms of performance So I spontaneously think that this is the renderer I need to use for the Android version of my...
View ArticleError 2 -> Ubuntu 14.04 + Processing 3.0b5
Hi there, I have a problem running processing in linux. Ubuntu is my only OS, so no other systems installed (Winodws or similar). I belive I have Java correctly installed. If I enter echo $JAVA_HOME, I...
View ArticleRFID USB Device link with Android Processing mode
I am newbie in android mode processing. I would like to seek help for RFID USB Device, which I would like to use to tap a card to retrieve the value from card to my processing android app. I am unable...
View ArticlepixelDensity() in Android
is it me or is it that pixelDensity() is not available in Android Mode ?
View ArticleAndroid programming laggy on phone
I made this casino app and when I run it on my phone it's quite laggy, I ran it on my brothers better phone and it still lagged. When I switched it to normal java mode and ran it, it was fine. Will it...
View ArticleAndroid game lagging
Hello im making a game in processing for android.. When i run my project using Java in pc it runs smooth.. But when i choose Android mode to run it on my phone (xiaomi mi2s) its laggy when moving with...
View ArticleDoes Anybody Need A Keyboard For Android Mode?
Hi, I needed to bet text input for a sketch on a mobile device that I'm making and ended up making my own keyboard that adjusts to whatever resolution it's displayed on (including when the user changes...
View ArticleUsage of library code sample for face recognition not work
Hello I Have found this library for processing for face recognition on google code p-eingenfaces. I have create a skecth for android mode from this sample: [code] // This example is based on a subset...
View ArticleHow to deal with "error from inside the android tools check the console"
Hello guys, I am new here, and recently I've been trying to use the Ketai library to make some android apps, most examples in the Ketai Library work well, except the bluetooth and wife which are the...
View ArticleSlow down each draw
Hello... I have main class. It ofcourse containse Draw(fps 24),setup... in Main draw i call funtion enemy.draw(); Enemy draw i have animation which i need to slow down rapidly...Something around 4+/-...
View ArticleAnimation doesnt work...Urgent help
`void enemyMove(){ for(int i=0;i<World.WIDTH;i++) { for(int j=0;j<World.HEIGHT;j++) { if(newWorld.LEVEL[j][i]==World.ENEMY) { print(newWorld.LEVEL[j][i]); if(newWorld.LEVEL[j][i-1] ==...
View Article