Ketai sqlite can't locate database?
I'm using this example on how to load an external SQLite db. with ketai: http://ketai.org/examples/externalsqliteloading/ I've put the to databases (sample.sqlite & large.sqlite) in almost every...
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 ArticleProblem with setting dynamic width of buttons
Hey, I'm adding buttons to control a KetaiCamera object. I've tried basing their sizes on the camera size, but whenever I run the sketch, the camera rescales to the next supported size. How could I get...
View ArticleFonts behaving unpredictably (Android)
Mode: Android Mode 0232 Renderer: P3D TextMode: PConstants.SHAPE Issue 1: Some letters not displaying at all The issue is shown here: http://imgur.com/a/8iVjy I am using createFont() in setup with...
View ArticleAny solution for textFont() bug in Android mode?
Any solution for this bug? In android when you use a text font fail all transparencies of the images and the screen becomes corrupted, you can not use text in android? a temporary solution for working...
View ArticleHelp With Immersive Fullscreen Mode with Processing 3.0.2 (latest)
Hi all, first of all, sorry for my bad english, i'll try to make mysef understandable. I'm a newbie with app programming and i'm trying to write the code for a little game in Android. I want to...
View ArticleHow to take screenshot with processing on Android
I was able to save an image(loaded into processing from it's default "data" folder in computer) to a custom folder in SD card and load it back from there(from where I saved it in the phone). Here's the...
View ArticlesaveFrame("/sdcard/img-###.png") fails to be executed at Android Application
Hello dudes, I am a newbie in using the Processing Language. I have developed a small application which displays randomly circles on the phone screen. Their radius is also one of the first 20 fibonacci...
View ArticleOSC simple example support using Ketai or not
Just tinkering around. Recently I'm trying to make a simple example where two processing apps talk to each other over OSC (One running in android phone and the other in my computer).. Now I first tried...
View Articlehiding the navigation bar in Android
Hi, I'm trying to hide the navigation bar when my app is running in Processing for Android. What I mean is the Back, Home and App Switcher icons that appears at the bottom of the Android device. I have...
View ArticleHow to take screenshot with processing on Android
I was able to save an image(loaded into processing from it's default "data" folder in computer) to a custom folder in SD card and load it back from there(from where I saved it in the phone). Here's the...
View ArticleOSC simple example support using Ketai or not
Just tinkering around. Recently I'm trying to make a simple example where two processing apps talk to each other over OSC (One running in android phone and the other in my computer).. Now I first tried...
View Articleaccess Global variable from inner Class in android studio
Hi When I use android in eclipse, I can easily use a global variable (a variable that I have simply declare on the upper part of the Main Class) in an inner class. I just add the name I gave to the...
View ArticleSketch freezes after running for about one minute
Hi all, My sketch freezes (image shows last frame rendered, but frozen), then after a while a popup appears telling me the app is not responding and if I want to wait or close it. There are no errors...
View ArticleError from inside the Android Tools
Hi, I am getting a strange errors when compiling sketches for Android. Because if I compile very simple sketches,like the one underneath ,everything works well: void setup() { size(400, 400, P2D);...
View ArticleHow to make simple Andriod app using processing?
dear friends I m interested in making andriod apps. can anyone explain me how to start? I m a beginner level student. I have made automatic number plate recognition system on windows operating system....
View ArticleAny Qr code library works in Android?
All qr code libs report same error: BufferedImage error class.. Any lib for Android/Processign to process qr codes?
View ArticleHow to hide the bottom menu of Android?
Hi everyone!! When I run the aplication, in the screen of the smartphone appears the navigation bar (return, home, settings buttons and black background). I modified the manifest.xml, use the sketch...
View ArticleUSB communication Arduino Pro Micro / Leonardo and Android
Hey, does someone have experiences with connecting an Arduino Pro Micro or Leonardo to an Android phone over USB ? Found this https://github.com/mik3y/usb-serial-for-android...
View Article