wallpaperOffset() not updating
this is my Current Code: void setup() { fullScreen(); } void draw() { background(33); text(wallpaperHomeCount()+" "+wallpaperOffset()+" "+random(1),width/2,height/2); } I can't get it to output...
View ArticleCan't get Processing to see the SDK
OS: Windows 10 64bit Every time I'm trying to switch to Android mode, I get this: "Download SDK automatically" starts downloading, then at ~250MB the window suddenly dissapears and I get this: Tried it...
View ArticleErrors when exporting signed package
When trying to export my app's signed package, I get this error: The keystore could not be created, due to the following error: Build folder:...
View ArticleWiFi Communication between PC and Android Problem
Hi all, I am trying to establish bidirectional communication via Wifi between an Android device and a PC running Windows. I have followed the Daniel Sauter's book "Rapid Android Development", Chapter...
View ArticleComo programar en adroid?
Buena noche, he tratado de instalar el modo android para programar pero no he logrado instalar el sdk alguien me podria explicar paso a paso como se hace? tengo la version 3 y bueno soy nevo en esto y...
View ArticleFor the pop-up mic permissions prompt
In an app that I developed, it requires the mic permission of the user. I've added the RECORD_AUDIO permissions in the Manifest file. Will that result in the permissions prompt to pop up at run time or...
View ArticleKeyboard height
Hi everyone, i'm having a issue, i'm ussing the android keyboard and when it pop's up it covers part of the app and data get's hidden, so there's a way to know the height of the keyboard so the app can...
View Articleproblem with interface
hello, first of all I apologize for my English, I created a project in the arduino that indicates the vacancies available of a parking lot and I created a supervisory system that shows the parking lots...
View ArticleForce connect to wifi
Hi everyone, I would like to know if its possible to force connect the phone to a pre defined network using any existing wifi libraries? I made a small app that sends accelerometer data to the server...
View ArticleHow to export as APK? 3.0
How to i export my projekt as an APK? Can someone pls explain how to i export it? I tried to install the Android SDK but i always get an error (It couldn´t find the SDK). Please help
View ArticleMove view on touch
Is there any inputmethodmanager to go to the next screen (featuring the main app) when a button named NEXT is touched on the first welcome page? Thanks.
View ArticleSetup executed twice when orientation(LANDSCAPE) is part of the setup
A little question: I just notice that the setup is executed twice when orientation(LANDSCAPE) is part of the setup. Is it a normal behaviour? Ex: void setup(){ println("toto"); size(500, 650); }...
View ArticleKetai library SQLite - can't insert into DB
I am following the example at Ketai to insert a new row into an existing SQLite database. I am using a simple SQL insert statement. The println statements at the bottom from a SELECT statement suggests...
View ArticleHelp needed with P3D on Android
Hi there I developed a Processing based Android app month ago and I'm stuck with a bug that prevents me from releasing it. I reported the issue Here Here is and debug unsigned apk of my app and Here is...
View ArticleProblem with installing android SDK
Hi ! I'm on Processing 3.3.6 with Android mode 4.0 and I have a problem with installing the android SDK. I tried to install it with processing but the download alway stops at 32% (279,7MB). I also...
View ArticleProcessing Sketches Have Messed Up Keyboards
Hey all! So I've been struggling for a while with the android virtual keyboard where it'll be messed up completely across ALL processing sketches installed on the device. Even though the keyboard...
View ArticleHow to select a library depending on the OS
Hi everyone, i'm developing a software that need's to run on windows, linux and android, since i don't want to make a version depending on the OS, i'd like to know if there is a way to automatically...
View ArticleNot install Android Mode, What's up?
Hi, nice to meet you. nice day! what's up? Why can not I install it? Please tell us.
View ArticleUnicode Keypress recognise
Hello, I am trying to simply println a value when a non alphabetical key is pressed in the keyboard on an Android Tablet. Specifically I hope to recognise if an emoji key has been pressed. I cannot...
View ArticleA way to tell if someone shakes the phone?
The Ketai Library has stuff for like onDoubletap, and onFlick, but I can't any thing for onShake, or any other library. does anyone know a way to detect if someone shakes the phone, for my app to...
View Article