Android Mode Won't Install
I tried to install Android Mode on Processing 3, and it didn't load and kept displaying a message saying that it won't load. How can I install Android Mode without this happening?
View ArticleVideo in Android Mode
Hello I am trying to make a project and the first hurdle is making it sense when a viewer is present and play the video/pause video when viewer leaves. I have searched extensively through the forums...
View Articlestrange error when exporting apk with P3
i have tried to export an apk with P3xx, OS X yosemite error is:: "java.io.IOException: Cannot run program "/Users/username/Developer/android-sdk-macosx/build-tools/.DS_Store/zipalign": error=20, Not a...
View ArticleAndroid Twitter4j
Hi everyone, I'm trying to get twitter stream on my android nexus4 with twitter4j. On processing version 2.2.1, it work perfectly ! but i can't upload my sketch to my device on processing 3.* and got...
View ArticleContext, this, and Activity ... P3
A few recent posts about P3 issues have the following lines of code (from akenaton) as solution to obtaining context/activity info etc, but they are giving me an error. The error I am getting is saying...
View Articlea ketai library test with bluetooth of my phone doesn't work
Hallo, I have the difficult to formate my code,and a send y ou a link. My problem i tried to test on my phone with Bluetooth one code of library Ketai, but ,is not working. I have the last version of...
View ArticleTest BluetoothCursors of device
Hello i trie tu test a examle from Ketai library, the name ist BluetoothCursors of samsung device Android 4.4.2. But i don t understand , why, i can not test of the phone. Can somewhere help me please...
View ArticleGetting the raw MotionEvent
Just posting this if someone else is battling with this. I needed to get the raw events from Android so I could implement Stylus commands for drawing - this worked before when the sketch was extended...
View ArticleHow to hide the bottom menu of Android?
Hi everyone!! When I run the aplication, in the screen of the smartphone appears the navigation bar (return, home, settings buttons and black background). I modified the manifest.xml, use the sketch...
View ArticleUsing class EditText with processing?
Hello, I have this looking everywhere for a simple way to write and edit text strings in android. I tried using the controlP5 library, but does not affect the virtual keyboard keystrokes. I think what...
View ArticleCan't open Processing 3.0 due to Android mode
I just downloaded Processing 3.0 and after clicking on the application, I get this pop up: I would love to update the mode if that will help me, but it won't let me open Processing. I would like some...
View ArticleUSB communication Arduino Pro Micro / Leonardo and Android
Hey, does someone have experiences with connecting an Arduino Pro Micro or Leonardo to an Android phone over USB ? Found this https://github.com/mik3y/usb-serial-for-android...
View Articlevideo with P3
with P2, w or without Eclipse I can show video, using standard android code. with P3, trying to answer on this forum i have tried my usual snippet code:: does not work now. So i have tried a lot of...
View ArticleI do not know how to make a build clean in the Processing Development...
Recently, I downloaded Android version 6.0 to my phone and then updated my Android SDK. I made something and runs good. But my past projects' console sayings are debug: Failure...
View ArticleResponsive Design/Media Query/Different mobile display sizes
Hello, im making an app for doing pixel art using mobiles. I own a Motorola Moto G and did the whole layout for my screen (729x1184 pixels) just to decide what goes where but now that its done I cant...
View ArticleError from inside Android Tool
Hallo , everybody i have some mistake , i use Processing 2 and I want to test BluetoothCursors from ketai Library on my Android Device but i have some mistake when i compile. There is: BUILD FAILED...
View ArticleWhere or how is it possible (if it is...) to add some layout to an app with...
with Eclipse with or without P3 i can easily , from xml or from code, add a layout to an app. I have tried to do the same with P3 (coding) with this simple code (importing what is needed) Activity act;...
View ArticleP3 eating my hard disk....
working with P3 && launching an app i got a weird error message "no space left on the device" i firstly thought that it was the phone, but it was not i saw at this time that on my hard disk...
View Articlewhy same methods work Eclipse (+processingP3) and not in P3
the simplest example is:: Eclipse:: @ Override public void onAttach(Activity activity) { super.onAttach(activity); println("I am now in on attach life cycle"); act = super.getActivity(); c =...
View ArticleIndividual color of CP5 dropdownlist items
I had a game where i used a dropdownlist to show the color of each player. I used this loop to give each dropdownlist item a different color (where the playerList.get(i).farve variable is a color and...
View Article