Processing Android Mode + Android Device + Bluetooth + Arduino
I usually create my own graphical user interface (custom design) to control an arduino via an android device using an android phone, wherein the GUI and communication was coded in processing android...
View Articleresizing a PImage in Processing 2 and 3
In an Android application that I've written using Processing 2 I have the following: void setup() { if (cam == null) cam = new KetaiCamera(this, camWidth, camHeight, 30); } void draw() { img =...
View ArticleQuestion, Why Error? - Open shared file
Hi, nice to meet you. BufferedReader reader; String line; PFont font; void setup() { font = createFont("aaaa.vlw", 32); size(1000,1500); // Open the file from the createWriter() example reader =...
View ArticlefullScreen(), size() crashing
Hello everybody. I try to make app for android, but if I add fullScreen() or size() it crashed. With size(100,100), size(50,50), size(500,250) it works fine, but with size(500,500) or...
View ArticleWIFI Communication - PC & Smartphone - Please help me~
Hi, nice to meet you. I want to send Korean language to the communication. I am sending a Korean word for wireless communication between PC and PC. However, Korean is not communicated between PC and...
View Articlei can move point of view in cardboardsoftware?
Hi! How I Can move the point of view in cardboard mode? I would move in the world that i have created! THX
View ArticleWIFI list & Connection by android mode (at Processing Tool)
WIFI list & Connection by android mode (at Processing Tool) ------------------------------ code------------------- import android.net.wifi.*; import android.content.*; import java.util.*; Context...
View ArticleSmartphone to work even when it is turned off. I need your help. Please help me.
Detailed description> You will create an application program to monitor. ( at app.) 1. Start the program and watch the monitoring value. 2. The screen of the cell phone turns off. 3. Enables the...
View ArticleHow to save score
How to save score in game and then using it when highscore button is clicked
View ArticleHow to set live wallappers?
If I develope a normal android app, and I have the apk of a live wallapper saved into a folder of my normal app, how can I set/preview the live wallapper from the normal app? I have coded some android...
View Articlecan't compile sketch with ketai, oscp5 and external Jar ! weird
hi all. weird stuff here. I use jcifs to make samba connection (jar is placed in code folder). My problem is the compiler stops when I import ketai.ui.* and oscp5.* library... Can you reproduce this...
View ArticleTwo finger zoom in procrssing for android
Source code tow finger zoom in processing for android?
View ArticleDisplayWidth in Android mode behave differently than in eclipse
Hello! I'm totaly stuck. Same sketch gives 2 differents results with displaywidth (phone HTC desire 510) Eclipse=790 px Android mode=854 px It seems in android mode displaywidth take in acount the...
View ArticleMonitoring Memory Usage
Hi All I am trying to find a means of monitoring memory usage and ultimately would like to have a background thread that will warn users when an app's memory usage is in danger of reaching the heap...
View ArticleHow to stop the music when game is received to the background ?
How to stop the music when game is received to the background ?
View ArticleIs there any one Who to know add advertisement to processing Android app?
Is there any one Who to know add advertisement to processing Android app?
View Articlehow can i set game icon(which is app icon)?
how can i set game icon(which is app icon)?
View ArticleCreating an event in Google Calendar using Processing for Android.
I am trying to write a Processing program for Android that can create an event in Google Calender. I've written a program, that creates a .csv file which through this method can be imported into Google...
View ArticleFullScreen removed after soft keyboard use
Hello, my sketch runs in fullscreen (and orientation(landscape))and it's OK. But when I open a soft keyboard with: void showSoftKeyboard() { android.view.inputmethod.InputMethodManager imm =...
View Article