processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Processing mode and core library to create Android apps with Processing

Results 135 processing-android issues
Sort by recently updated
recently updated
newest added

When I use `loadShape` with some `SVGs` it's not rendering properly in Android mode. But it's getting rendered correctly in the java mode. This is one such svg But this...

core
android2D

Hi. In the simple sketch below I can not use even an empty onPause(). If I do use it, and press the home button, and then recall the program it...

core

This can be done through ARCore's augmented images feature: https://developers.google.com/ar/develop/java/augmented-images

enhancement
AR

Holding down two fingers on the screen and releasing one without moving(!) the other will not update `touches[]`. The array will still contain two objects (which are unchanged) until an...

core
needs confirmation

I run a small test with the basic VR demo but fails to build and get this: Build failed. Build folder: /tmp/android1712050672394254342sketch :app:preBuild UP-TO-DATE :app:preDebugBuild :app:compileDebugAidl :app:compileDebugRenderscript :app:checkDebugManifest :app:generateDebugBuildConfig :app:prepareLintJar...

needs confirmation
VR

Android Studio warns about the PFragment(PApplet sketch) constructor: ![image](https://user-images.githubusercontent.com/62246/34305781-bbebbbd2-e70d-11e7-9541-e6bb958e037a.png) For one it seems to be ok, but at some point we should follow the "strong" advice from Google. Some useful...

enhancement
core

Right now, the progress bar in the SDK updater is set to indeterminate mode, because the getFraction() method in the ConsoleProgressIndicator object used in the query and download tasks returns...

enhancement
mode

Following is an excerpt of the topic https://forum.processing.org/two/discussion/26691/tint-pimage-android-mode Confirmed. I just tried again. I googled images/horse and took the first one (horse.jpg). I tried java mode, and it faded perfectly....

core
needs confirmation
android2D

Hello I have been working on a card game for android. I have been able to build an apk of this project before but now I'm getting errors. I can...

In Android mode, on processing3.3 on Ubuntu 16.04. Install library Ketai using library manager. It appears in sketchbook: ![image](https://cloud.githubusercontent.com/assets/1917335/23133086/23c662fc-f790-11e6-87fa-e3d046d6abb4.png) But not in library manager: This worked in the previous release...

needs confirmation