Develop Android app using Max inside Eclipse
The link shows how to import Max stuff in Eclipse and code from there, do you think it could be possible then to use Max code for an Android app?
My intention is to bring a Max application to Android.
Hi,
short answer: it's not possible. The java code you write for max requires the max installation. It won't work outside max.
Jan
You can take a look at PD which is quite similar to Max: http://puredata.info/downloads/pure-data
PD is available as a library and an Android port is available as well: http://libpd.cc/
Thank you very much guys ;) I'll go for PD