Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Browsing all 941 articles
Browse latest View live

Weird behavior with mousePressed on Android Mode

I have the following code in my sketch to detect swiping movement on the screen so I can move the game character accordingly: if(mousePressed){ if(mouseXPrevious != -1) { xSpeed = mouseX -...

View Article


The import android cannot be resolved

Hello guys I havel ittle problem with importing android packages in my Processing Android Mode. Here is my code and error: http://i.imgur.com/Rq7R5qb.png I have my android SDK in path installed and...

View Article


PeasyCam on Android

Hello This is my first time to post, I am not sure if I put this in the right section of the form. After 1 day of searching, reading, testing, finally, I got the Android mode up and running. I can...

View Article

Code viewer for android

Ive found apps that let me type code on my android devices, but cant seem to find one that lets me open and view files ive downloaded from sites like "instructables". Im very new to programming in...

View Article

converting Rfduino library to .jar file to support B​luetooth L​ow E​nergy...

I read https://github.com/joshuajnoble/blepdroid to convert the rfduino library into .jar file and add it to processing libraries. I am very new to android and I did not understand how to extract the...

View Article


PShape.setStroke and PShape.setFill crash sketch on Android

My curlicue fractal clock works 100% fine in Java mode, but as soon as I try to set the stroke or fill colour on Android, the sketch crashes as soon as it runs. I don't know if this is relevant, but...

View Article

Has anyone managed to successfully load and display textured .OBJ models...

I'd appreciate any good tips on how to do this with existing .OBJ model with associated .MTL and image texture files

View Article

cannot select API 10

Hi, on Ubuntu MATE 16.04 I've a fresh installation of Processing 3.2.3. I downloaded Android Studio and SDK too. Then in Processing menu Android/SDK manager I installed Android 2.3.3 in order to build...

View Article


fullScreen doesn't work properly

Hi everyone, I've installed Android Mode 3.0.2 through the IDE. It doesn't work when I work with images with parallax and alpha channel, but it does if I draw an ellipse. I am trying the sketch in the...

View Article


could not create a virtual device for the emulator

Hi, problem shown in the question, after hitting "Run in emulator" (note, it's the first time I try to run the emulator, not sure I'm doing the proper things): Info: -SDK was installed with...

View Article

Android processing

please can anyone send me a link which can help me in learning processing android coding for beginners ? the other one is not clear for me !

View Article

Open a camera preview inside a custom Layout (Android)

Hi all, I'm creating a real time app when the user can freely draw on camera preview. But... i don't know how to open a camera preview in my app (for example inside a rect). Please,help

View Article

Sketch doesn't work

when i try to run the sketch on my smart phone this window open and it stop working , any solution please?! :'( 16118006_1834775550079106_163574837_n

View Article


OpenGL error 1280 at bot beginDraw(): invalid enum

Hello community. I am a beginner of Processing and Android Mode. If I am doing something stupid, please bear with me. I am trying to run a sketch on my android phone, however, Processing console told...

View Article

Using Bluetooth BLE for downloading orientation data

Are there libraries and/or examples for using Bluetooth BLE within the Processing Android mode? I did find a library in GitHub: "Bluetooth Low Energy for Processing Android" I couldn't see it in the...

View Article


A program to mask an image - Android.

Hello, This is my first program to write a code to mask an image and show portion of background image only on mousepress event. The Java code works just fine on desktop(In Java mode). Whereas in...

View Article

integrate processing in existing art app cinegrafix (android)

Hello, I allready have developed an app for art content "cinegrafix" (google store) and i relly want to integrate processing as a tool for artist that can provide their artwork on the platform. can you...

View Article


Masking images - Processing for Android.

Hello, This is my first program to write a code to mask an image and show portion of background image only on mousepress event. The Java code works just fine on desktop(In Java mode). Whereas in...

View Article

database

if i am going to create an app that's helps to sell and buy goods , where database will be stored and how?

View Article

How to create an App Lock app for Android ?

Hi ! I wants to create a custom app lock for my phone but idk how can I do ... Can you help me? Thanks you in advance !

View Article
Browsing all 941 articles
Browse latest View live