android api changes: registering methods -> make library also working on android
in
Android Processing
•
3 years ago
Hi,
according to the android documentation the registering methods mechanism was not ported to android:
according to the android documentation the registering methods mechanism was not ported to android:
Registering methods (registerPost(), registerDraw(), etc) is not supported. Too much overhead for too little benefit.
(see http://wiki.processing.org/w/Android#API_Changed.2C_Gone.2C_or_Forgotten)
so i am wondering how to make one of my libs (
Ani) running on android, without having to develop seperate versions? any hint to have something like the "registering methods mechanism" on all target plattforms would be welcome.
thanks.
2