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

Processing program for development and import (I think)

I like the Processing program, and I use it a lot in the business.  However, I think you need a sample program and library.  My thoughts are: What do you need to do in the future of processing and...

View Article


Close connection ocsP5

Hello! For my android sketch I need to disconnect from my server once the app is put in the background, but I cant find documentation on a disconnect function for ocsP5. Does anybody know of something...

View Article


Image may be NSFW.
Clik here to view.

Google TTS, Help me

import ddf.minim.spi.*; import ddf.minim.signals.*; import ddf.minim.*; import ddf.minim.analysis.*; import ddf.minim.ugens.*; import ddf.minim.effects.*; AudioPlayer player; Minim minim; String...

View Article

Android 'back-button' behaviour

I couple of years ago I started a little project in Processing, just for the fun of it. Now, after learning masses amounts of coding and with help from a lot of you clever brains on this forum I have a...

View Article

getting "Parse Error: there was a problem parsing the package" trying to...

Processing version 3.3.6 Android mode 4.0 android version on phone: 6.0 everything I changed on the manifest: android:versionCode="1" android:versionName="1.0"...

View Article


Receive OSC using OscP5 library, Android Mode 4.0-beta2

Hey, how is it going? Im trying to receive osc on my mobile, using OscP5 library and android mode 4.0-beta2. Codes: Android app import oscP5.*; import netP5.*; OscP5 oscP5; NetAddress endereco; float x...

View Article

Problem setting "available" OSC port

Hi, I'm trying to send OSC message to my android device but I'm getting each time BindException EADDRINUSE (address already in use). I've tried several different port numbers but it always fails... I...

View Article

How to export/manage the private key of my android app ?

Hi, I made a little app and exported the signed package using the Processing IDE. The app is now distributed on the Play Store. I plan to change my computer soon. How do you recommend to proceed to...

View Article


QR Code - Android Application mode,

QR Code - Android Application mode, Good morning. nice to meet you.  Please make a big hit all you do. I would like to receive QR code at smartphone. Are you know QR code examples and libraries for...

View Article


I cant build apk because of missing icons. What icon files to create and...

I am trying to build my Android apk but it is giving the prompt that I need to create the icons. What the file names and where do I put them?

View Article

Android Wear 1.0 Watch Face: Failure [INSTALL_FAILED_OLDER_SDK]

I am trying to build a simple watch face for Android Wear 1.0 (Sony Smart Watch 3). The Android version of the watch is 6 (SDK 23). I already put SDK 23 in the SDK folder. The sketch is building.But...

View Article

Is it possible to get input from the daydream/ other motion controllers in...

Hi, I'm learning processing in my college program. I already understand java and c-sharp, so its fairly easy, but for our individual prototype assignment I decided to do something in vr. I was just...

View Article

Trying to make blepdroid to work

Hi, I am not very familiar with the android mode, but I need to use ble communication, so I was hoping to use the blepdroid library. I downloaded, and placed it in my library folder, opened the...

View Article


Osc5 getting blocked by firewall

My android app connects to my server through my domain. Most of the time my apps connect to the server without problems but when I use my school's network I cant connect (I assume the firewall blocked...

View Article

Actual, 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 Article


Image may be NSFW.
Clik here to view.

Custom frame size using Frame Differencing

Hiya there, I am currently trying to make an application that has half the screen displaying a 'motion capture' image using frame differencing, and the other half to be just a regular camera. I have a...

View Article

requestImage nomore works?

Hello! I just move to processing 3.3.6 and android mode 4. The instruction requestImage seems to give error during the sketch execution while it was OK with the previous version. Is it normal? Thanks...

View Article


Setup executed twice when orientation(LANDSCAPE) is part of the setup

A little question: I just notice that the setup is executed twice when orientation(LANDSCAPE) is part of the setup. Is it a normal behaviour? Ex: void setup(){ println("toto"); size(500, 650); }...

View Article

App randomly crashes when phone comes back from IDLE

Hello, My app is working fine on my phone (HTC 510 desire android 4.4.2) as long as the phone is UP, but when the phone goes to IDLE and next to ACTIVE, the app crash randomly. The crash comes from an...

View Article

Able to programm complex apps?

Is it possible to programm more complex apps than just a cirle floating around? I mean game apps, not like clash of clans or something like this, more like color switch or similar apps? And is it...

View Article
Browsing all 941 articles
Browse latest View live