Hello,
As far as I've seen, I think there is no guide regarding this topic in the forums.
For all the people that are starting developing mobile apps this topic can be interesting to mess with, especially if you are using SDK's to connect to external hardware, want to perform a specific action on a plugin CallBack, want to keep track of the % of your sync and show dynamic changes in the screen without timers, etc
To use events you should keep in mind that you need:
Hope this makes some of your developments easier don't hesitate to contact me to clarify any doughts
Best Regards.
Francisco Freire
Hi Francisco,
Thanks for your contribution. Keep sharing those tips.
Regards,
Marcelo
Nice contribution!
Hello Francisco,
Nice topic.
Best regards,
PVN
Thank you for this great example. But, how is the removeEventListener made? It should be OnDestroy, but does the javascript addEventListener be "visible" in OnDestroy "scope"?