why wont this work? and how do i connect the device? no instructions
just downloaded this lib for android from the mngr in P2 but nothing for how to connect android cam import com.onlylemi.processing.android.capture.*; AndroidCamera ac; PImage img; void setup() {...
View ArticleHow to manually create Android TextField in Processing ?
Hi everyone, I'm on a project on Android where I have to input some text in Japanese (with google IME keyboard as an example), and as you probably know, I looked a lot for it on forums, and neither...
View ArticleNice android update RC4
Thanks for the Release Candidate 4 update... have been fiddling for a few days trying to sort out the hiding of the navigation bar and this release does it for me :) As it say in the wiki, the aim is...
View Articlereplacing processing.net code by netp5 code for android mode
I wrote a simple code in processing using processing.net library to send a data to my wishield to control it...however what i was trying to do was go to android mode and use it, I found that...
View Articlefirst time messing around with example
why can i use the emulator ? [mkdir] Created dir: C:\Users\Franks\AppData\Local\Temp\android7965673251403507050sketch\bin [echo] org.eclipse.jdt.core.JDTCompilerAdapter -set-mode-check:...
View ArticleAPDE when Compiling on smartphone, Ketai library not found, although installed.
hi. if i may ask you something , for the moment i have a samsung galasx j5, androidv.:5.1.1 lollilop and i have the apde app the latest one 0.3.3 .. its working fine with its inbuild examples, i...
View ArticleWhen I run my android project on phone the dimensions are only 100 by 100
My phone has dimensions 540 by 960 but when I run my application on my phone it only appears 100 by 100, please tell me how to fix it.
View ArticlePreventing standby Android phone in an application?
Hello, I make an Android app that uses the tilt to control so the screen is idle and off. How blocked the screen on? I use APDE and I am under Android 5.1. Exuse me for my english, I speek frensh. Tank...
View Articlehas anyone got success using the ketai library?...
with trying to compile and ran the Sketch on the Device itself using the APDE App ?
View ArticleI'm switcing from pc to android and usally mouse x and mouse y doesnt work...
So this is a wack a mole game where the red (Villan) is supposed to give you points (this isnt working) I think it somthing to do with the mousex mousey im not sure as it doesnt work when i port it too...
View ArticleHow to add admob?
sorry my english low. download Google Play Services in sdk and "google-play-services.jar" add my sketch. import cassette.audiofiles.*; import android.os.Bundle; import android.view.Gravity; import...
View ArticleHow To Put Admob In the Sketch?
Hello, I want to know how to put ADMOB in processing sketch. any help would be nice. Thanks in advance.
View Articleset fullscreen window resolution
When I use size() in Android Mode,its resolution become phone original resolution. so I run sketch, it takes bad performance. How can I set fullscreen window resolution?
View ArticleBack button and Menu button in android
void keyReleased() { if (key==CODED){ if(keyCode==MENU || keyCode==BACK){//MENU and BACK keys //do things } } keyCode=0; } in this code, when back button pressed, the program just quit. and Menu...
View ArticleQuestion about QRCode library
Hello everybody, Today, I found the QRCode library from Daniel Shiffman with the following code: /* QRcode reader Generate images from a QRcode generator such as http://qrcode.kaywa.com/ and put them...
View ArticleHow to use accelerometer values to move a rectangle gradually without vibrations
Hi i wanna use ketai lib to pop out the values of accelX and use it move a rectangle box based on the TILT of the phone. I used the following code and tried to move the box, but it does not look stable...
View ArticleControlP5 Icon Example not running in android
Hi I was trying to run the following example in android mode using the ControlP5 Icon which I extracted from the example folder: import controlP5.*; ControlP5 cp5; void setup() { size(800,400); cp5 =...
View ArticleApp crashes when mutiple images are loaded.
Hi. I'm designing an android app for my university project. It's a car racing game. I'm using a image of resolution 8000x8000 as racing track. Now I'm trying to add another image as startup image. But...
View ArticleAndroid.os.NetworkOnMainThreadException
I am using the APDE app on my Android mobile to program an app. I am trying to use loadStrings(); to get data from my website. If I use the loadStrings in setup() it works fine or on a function which...
View Article