Run android keyboard
Good afternoon, I'm designing an android app and do not know how I can use the virtual keyboard. Is there a way to call android keyboard while the application is running? or Should I create a keyboard...
View Articleprocesing android mode getSystemService gives me an error
import android.view.inputmethod.InputMethodManager; import android.content.Context; void showVirtualKeyboard() { InputMethodManager imm = (InputMethodManager)...
View ArticleWhy is giving this error ? "Error from inside the Android tools, check the...
Console: BUILD FAILED /home/sultan/sketchbook/modes/AndroidMode/sdk/tools/ant/build.xml:958: The following error occurred while executing this line:...
View ArticleNeed help with arduino servo, led, Android.
Hello all: I am brand new to the Arduino and electronics world. I am trying to create a device that will Move an led back and forth and have an Android app that will allow me to control the speed of...
View ArticleHow to get android bluetooth RSSI (receiver signal strength)
Hi, I'm just diving into processing.org and java programming and wonder, how could i get the RSSI method called from the android libraries. I know the rssi is within this lib: import...
View ArticleHow to add admob?
sorry my english low. download Google Play Services in sdk and "google-play-services.jar" add my sketch. import cassette.audiofiles.*; import android.os.Bundle; import android.view.Gravity; import...
View Articlesend data frm android to pc via usb
Hello i want to make an application with an android tablet an a pc , i want to sent the touch position to my principal program running on PC , the two are connected via usb . How can do that? thanks...
View ArticleNo connected devices
Hello. I have an idea of easy android aplication, but in Android -> Select device is nothing. I use Android SDK download automaticlly with Processing. I also have USB Debugging turn on on my phone...
View ArticleError from inside the Android tools,check the console
` [dx] [dx] PARSE ERROR: [dx] unsupported class file version 52.0 [dx] ...while parsing ddf/minim/javasound/BasicMetaData.class [dx] 1 error; aborting BUILD FAILED...
View ArticleNo Connected Devices
I formatted my computer a few days ago. After that, my processing doesn't recognize any phone. Though my computer recognize my phone... I turned on the USB debugging which is in the developer options....
View Articlecan't register broadcast receiver in processing 3 ?
Hi. a simple code to check the battery state worked in processing 2. it doesn't work anymore in processing 3 (my issue is I can't reinstall android mode in processing 2, the android mode doesn't appear...
View ArticleOpenGL 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 ArticleHow to use cassette library Android
Hello I am making a fireworks project for android (like Daniel Schiffman) using processing 3.0 and android mode. I would like to play a sound when the firework explodes. How do I use the cassette...
View Articletry to display images from Pictures folder...
Hello hello ! A weird issue. I try to display images from picture folder of my android tablet.. I can display each name of file of the folder... But when I try to loadImage them, log tells me "Couldn't...
View ArticleHow to use Shared Preferences in Processing android
Hello How do i use share preferences to store an integer in processing for android. I don't have any libraries installed and when i say import android.content.SharedPreferences it gives me an error. Is...
View Articlehow to do a file chooser for Android mode.
Hello, I am very new to Android and Processing. The thing I am trying to do is. 1: App start on Android physical device with a default image. 2: User tap or press a button to choose an imag from...
View ArticleUnable to locate sdk?
I already installed android studio 2.2.2.while going to locate the sdk for processing 3 ? it says un
View ArticleUsing 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 Articleconverting Rfduino library to .jar file to support Bluetooth Low Energy...
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