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
Python-for-android and other packages use these types of statements, but I can't understand how they can work, since they loads CLASSES (ehere PythonActivity), and call normal, non-static METHODS on them.
How can it be possible? These methods use "this" in their implementation, is there a magic lookup of mActivity or mService static instances on these classes to do the work? If so I'd gladly document it.
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Python-for-android and other packages use these types of statements, but I can't understand how they can work, since they loads CLASSES (ehere PythonActivity), and call normal, non-static METHODS on them.
How can it be possible? These methods use "this" in their implementation, is there a magic lookup of mActivity or mService static instances on these classes to do the work? If so I'd gladly document it.
The text was updated successfully, but these errors were encountered: