ANDROID 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 ArticleCreating Native Android Menus in Processing Android Mode
Has anyone tried to get Native Android menus from within Processing Android Mode? It would be great to make apps that have the full android look and feel. I'm not sure which folder the menu.xml file...
View ArticleIs there a way to load images from any other folder that's not "data"?
I'm working on a project using Processing's core library in Android, I'm looking for a way to load images into my sketch from Android's "drawable" folder.
View ArticleBuild Failed - Unable to get debug signature key
Hi Everyone, I have been using processing for a while, but I am new to using the android mode of processing. I downloaded the lastest version of Processing (3.2.1) on macOS Sierra and installed the...
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 Article[toxiclibs] Import Toxi Mesh from STL in Android Mode
I cant seem to import a mesh as a toxi mesh. import toxi.geom.*; import toxi.geom.mesh.*; import toxi.processing.*; import toxi.geom.mesh.STLReader; import toxi.geom.mesh.TriangleMesh; import...
View ArticleSaving/Loading
I am making an Android game, I want to be able to save and load local data like high scores, settings in a .txt file or something like saveString()/loadString() do in regular mode since those don't...
View ArticleKetai into eclipse
Does anybody know if I can use the ketai lib in eclipse? Or how do you manage gesture in Eclipse or the Android SDK? Thanks, Kf
View Article1st sample code failed in Android mode, please help me
Hi, I am learning Processing. I just installed P3.2.1. I have Java, Android SDK on my computer. I typed 1st sample code from book "Rapid Android Development, build rich sensor based app with...
View ArticleJava mode isn't working after installing Android mode
Hi everyone, Few days ago, I installed Processing 3.3.1 and tested sevral codes with no problems. Then I installed Android Mode in processing and problem occured. Java mode isn't working when I clicked...
View ArticleMANIFEST_MALFORMED
Has anybody else come across this... Run on device gets through the zip align etc but then I get a message to say the Manifest is Malformed Any ideas? -do-debug: Running zip align on final apk......
View ArticleAndroid error: onRequestPermissionsResult (...) must override a superclass...
My very basic processing sketch runs fine in Java mode. When I switch to android mode and try to start it I get the following error: ---------- 2. ERROR in...
View Articledisplay .obj with materials in Android mode
Hi, I´m trying to display and .obj geometry with materials (.mtl) in Android mode. In Java mode it works, but in Android mode it seems like the .mtl file is not being read and my geometry shows up all...
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 ArticleFATAL EXCEPTION: Animation Thread
Hello everybody. I'm new with Android Mode for processing and I'm trying to synth sound in my android device but I get this error: FATAL EXCEPTION: Animation Thread Process: processing.test.sinewave,...
View Articleintegrate processing in existing art app cinegrafix (android)
Hello, I allready have developed an app for art content "cinegrafix" (google store) and i relly want to integrate processing as a tool for artist that can provide their artwork on the platform. can you...
View ArticleArm movement
Hi, I have to do a project who simulates the arm movement and save the positions maybe anyone can help me I am attaching the complete instructions is for a university final project : You will have to...
View ArticleSImulation of an arm and draw a figure
Hi I have a project with processing using accelerometer and android device to catch all the movements of my phone , but I have to do the simulation of an arm and draw a figure with that using a wi-fi...
View ArticleI have a question. Help. I need a quick answer. (Bluetooth)
I am trying to make a Bluetooth communication application with Arduino. With a tool called processing, We want to inform the smartphone when any event occurs. Can I turn on the app on my smartphone...
View Articleport Processing for Android app to iOS?
Any suggestions on porting my existing Processing for Android app/code to iOS native Objective C? There's j2ObjC tool from google (https://code.google.com/p/j2objc/), anyone had experience with this?...
View Article