We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've updated APMediaPlayer from APWidgets to work with Processing 3.0.1 for my own project. Was a very minor change (pApplet.getAssets() changed to pApplet.getActivity().getAssets()) If you are interested in using it, you can grab it at GitHub. :)
Comments
Great there will be a lot of happy users
I just looked at the latest updates to Processing-Android in Github, and they're gonna change it again.
This time I see no way to get the current Activity that's running. Which basically means APMediaPlayer can't be used in the next processing release unless they provide a means to access it. I've dropped a comment to the commit to ask for a getter for the Activity instance, hopefully someone reads it.