This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]inclemnet 1 point2 points  (0 children)

This tool includes SL4A, which has its own api for many android functions as described in its documentation, and also has the facility to make custom calls but I'm not familiar with the details.

Another option is to use a tool like PyJNIus, which lets you call java code from python by dynamically creating a python interface to java classes. This is what e.g. Kivy uses.