has anyone got success using the ketai library?...
with trying to compile and ran the Sketch on the Device itself using the APDE App ?
View ArticleText renders behind lines
Hello, I try to show text and lines, but the text should be in the foreground. This does not work. The text is always drawn behind the lines. I use the OPENGL renderer, because of the fast performance...
View ArticleDisplaying Paragraph in Android Mode
Hi, I was wondering if anyone could help me with displaying a paragraph in Android Mode. All I want my app to do is display 2 paragraphs, that fill the screen. I believe that I have to put my text in a...
View ArticleHow to search image in android device then loadImage to screen?
application that you can search every image in your android mobile device select image you want application show image that you selected
View ArticlePerformance drop when using arc() in android mode
I'm tying to create a HUD for a game, and as part of that, I would like to have arcs representing shields, armor etc. However when I attempt to use arc(), the frame rate drops to around 10, but when I...
View ArticleSetting Highscore in Android Mode
Hey so I am making an android game and it is complete except I can't figure out how to set a highscore that save after you quit the app. This is my highscore code right now. int[] loadedScores; void...
View ArticleGetting ready stable release of Android mode
Hello everyone, I'm aiming to release the stable 3.0 version of the Android mode sometime soon. Right now there is a "Release Candidate" version available, so if you want to try it out to see if there...
View ArticleHighscores after exiting
Hey so I am making an android game and it is complete except I can't figure out how to set a highscore that save after you quit the app. This is my highscore code right now. int[] loadedScores; void...
View ArticleAdding leader boards
I'm making a game for android but I'm having trouble putting together an online leader board system for it. It'd be great if I'm able to integrate Google Play Games leader boards but I unable to find...
View Articleexporting an apk: differences in files created
Hi! 1) Problem: I need to give to another user my application "foo", so that he can install it on his Android tablet. 2) What I did: I pressed the button "Export package", that correctly created the...
View Articleapplication icon: how to change the default one?
Hi. When I launch my sketch "Foo" in Android Mode (my tablet connected through USB), the sketch is correctly installed on my tablet as the app "Foo". I suppose that the icon automatically created for...
View ArticlelocationManager declaration broke from Processing2 to Processing3 using Ketai
Hi- I had an app that ran under processing 2.0 / ketai library / gps that I cannot get to run under processing 3.0. The troublesome declaration is import android.context.context; import...
View ArticleBug in compilation in Android Mode 4
Hi. I'm building an application with music. I've imported libraries (I've tried some libraries) and when I run the application There is no error. However, the application crashes when I open it. Anyone...
View ArticleSmartwatch
Hey guys I am struggling with the moto360 v1 and android wear app. I can get into debugging mode and get host and destination connected, but if I am starting processing, the host get disconnected. And...
View ArticleAndroid processing app crashes when using usb / processing serial library...
hi - I'm having trouble debugging why my android app is crashing when trying to use processing android serial to talk via Processing android app to arduino. i can successfully install and launch the...
View ArticleImporting code into processing
Hi I am trying to use a color picker for my android application. I am borrowing some available code from the web however I failed at implementing the code. I am using the class ColorPickerDialog...
View ArticleSmartphone to PC Communication, Please resolved.
Good morning. Nice to meet you. I am making an application through the process. Please refer to the pdf file. computers and mobile phones to communicate. UDP or TCP communication possible? Please help...
View Articlepreferences in android
i m using image pixels to save the preferences of player in game. m saving the image in data folder with pref.save("data/preferences.png"); but when i deploy this to android device it show me error of...
View ArticleNo devices connected shown
Hi everybody! I am new to processing and i want to start with android mode. I did it successfully in windows but not in xubuntu. Already downloaded SDK and then adb. if i restart the server (adb...
View Article