processing.net.* transformation to android
Hello everybody, I have made a program with java that includes processing.net.* libary. When I wanted to transform this program to arduino it says that the libary is not available in andorid so the...
View ArticleAndroid Dev. Problems.
When ever I try to make anything in Android mode it gives me errors for instance: I copied and pasted the demo Android project from the tutorial and it says "the [xyz] does not exist". Also Processing...
View ArticleOpen a camera preview inside a custom Layout (Android)
Hi all, I'm creating a real time app when the user can freely draw on camera preview. But... i don't know how to open a camera preview in my app (for example inside a rect). Please,help
View ArticleFailure [INSTALL_FAILED_DEXOPT]
Hi, i'm not english so i'm sorry if it doesn't not easy to read my text. If you are french, speack french please, it will be better for me (or us). I'm a programmer with a medium level. I use...
View ArticleOn Android Device Animation too slow! (on PC its normal) GPU? OpenGL?
I followed a tutorial from And the Code runs very well in PC(Laptop).(It runs fluently) But when I tried to run it on Android Device it became very slow. (i guess one frame / 2 Seconds) The Core Code...
View ArticleHow to connect to android device with Bluetooth
Hi ! I want to connect two android device for send information from a game like a pong with two players or a tic tac toe. Thanks in advance !
View ArticleActual, real world applications & games using Processing
Hello I am looking at what can be done in terms of actual, real world applications & games using Processing. This includes both application coming out of the Processing Android IDE and application...
View ArticleLayout Problem
I'm developing an App with Android Studio and I included ads. For this I made a frame layout and added an ad banner below. In the emulator everything works as intended at I'm able to display test ads....
View Articlebuild android apps
hai forum. anyone can help me or suggestme how to build android apps. stream the image from webcam attached via usb to android phone and display the image on the phone screen. thanks
View ArticleGet an ERROR when select 'Run ond device' (android)
Hi all, I'm absolutely new with android development, but I'm a fan of Processing. I try to get a app running on my device (Galaxy S3 or HUAWEI Ascend Y210). When I select the 'Run on Device' menu I get...
View ArticleSpeech to Text & Voice Recognition by Android mode(at Processing Tool)
Speech to Text / Voice Recognition by Android mode(at Processing Tool) Hello, Nice to meet you. I want to know how to do this. Link1 : https://forum.processing.org/one/topic/speech-to-text.html Q1)...
View Articlebuild android apps android mode
hi forum advise me where to start to build android app in processing android mode. from create manifests, activity.mainxml and main java code. thank you
View Articlethe BACK key ?
I know this has been discussed elsewhere and I have read and tried code ideas from several threads and also some from Stack Overflow but with no luck. So how can the the BACK key behaviour be...
View ArticleConverting processing code to Android
Hello. I've written a code in processing that uses arduino inputs (more specifically a sensor that combines gyroscope and accelerometer). I would like to make this more portable so instead of my laptop...
View ArticleNew beta of the Android mode
The 4.0-beta7 release of the Android mode has a finalized API for wallpapers, wear and VR. Download from here (still not available through the CM yet, hopefully soon). The website will be updated in...
View ArticleApks compiled in android mode not working.
So I´ve been tryng to compile and run a simple apk in different devices without any succes. I´ve tryed the simplest of the codes . void setup(){ fullScreen(); } void draw(){...
View ArticleThere is a bug, a nullpointerException was thrown out, and the app kept running.
Can anyone help me to find out where is the problem? I programmed a liveWallpaper, and I rotated the screen on the "set wallpaper" interface (this is a tablet with a big screen size). And the live...
View Articlesurface.setSize() and setResizable() do not exist in Android mode. How to...
In Android mode . surface.setSize()and surface.setResizable(true) do not exist.. How can I resize the sketch dynamically (Android mode)? Thanks in advance Wenn I rotate the screen, the live wallpaper...
View ArticleReceive sms on APDE
Hello! I'm want to receive sms using APDE but the library smsP5 doesn't work on :(( . And I've also tried the code find here but he is too old ~X( . So, if you have some idea I'm will accept it with...
View ArticleExport signed application package
I've built an android game application with processing, and now i want to publish it in the google play store, but when i click on "export signed application package" , after that i insert the...
View Article