Difference between revisions of "Processing to Android app"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 39: Line 39:
 
done!<br><br>
 
done!<br><br>
  
'''This is stuff I used to install'''
+
'''This is stuff I used to install'''<br>
[http://casperglorius.nl/processing/android-processing-stuff.zip install files (Java and Androidmode]<br>
+
[http://casperglorius.nl/processing/android-processing-stuff.zip install files (Java and Androidmode)]<br><br>
  
'''The Genymotion emulator'''
+
'''The Genymotion emulator'''<br>
 
To emulte a Android device on your computer you can use this software. You can login with the interaction station account to download stuff:<br><br>
 
To emulte a Android device on your computer you can use this software. You can login with the interaction station account to download stuff:<br><br>
  
 
user: interactionstation<br>
 
user: interactionstation<br>
pass: interactionstation<br>
+
pass: interactionstation<br><br>
 +
 
 +
To use this emulator on Mac you do not only need to download [http://www.genymotion.com/ Genymotion] but also install this Virtual box [https://www.virtualbox.org Virtual box].<br><br>  
  
 
'''These are some examples in Processing to play around with:'''<br>
 
'''These are some examples in Processing to play around with:'''<br>

Revision as of 12:41, 27 November 2014

It is possible to use Processing to make a native Android app. You can write your code in Processing and publish it to your phone or tablet through USB (provided that your device is in "developers mode").

To get started you need to install:

• Processing
• Android mode in Processing
• Android SDK (Software Development Kit)

Also it is possible to install additional libraries in Processing to access the sensors of your mobile device more easily. One that I found useful is the Ketai library.

The following steps worked for my computer (Processing 2.2.1 and on OSX 10.9)

- - - - - - - - - - - - - - - - - - - -
step #1
download processing
http://processing.org/download/

- - - - - - - - - - - - - - - - - - - -
step #2
install Android Software Development Kit to be able to create a android App.
http://developer.android.com/sdk/index.html?hl=i#download

Update the necessary tools and updates

- - - - - - - - - - - - - - - - - - - -
step #3
download and move android-mode for Processing and place in folder „modes”
(strangely the latest version of android mode @ the official website doesn’t work for me)

- - - - - - - - - - - - - - - - - - - -
stap #5
follow the steps in this blogpost to add a JDK to the Processing app’s Package Contents
http://forum.processing.org/two/discussion/6911/cannot-install-android-mode/p1

done!

This is stuff I used to install
install files (Java and Androidmode)

The Genymotion emulator
To emulte a Android device on your computer you can use this software. You can login with the interaction station account to download stuff:

user: interactionstation
pass: interactionstation

To use this emulator on Mac you do not only need to download Genymotion but also install this Virtual box Virtual box.

These are some examples in Processing to play around with:
Sketch with accelerometer (uses Ketai library mentioned above!)
Sketch with audioinput (microphone)
Sketch with touch (drag)