You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a callback in Python.
I created a class that implements a Java interface, but this causes the app to crash.
The lack of proper callback support from Python makes it difficult or impossible to use many Java APIs from Python.