-
-
Notifications
You must be signed in to change notification settings - Fork 26
Do you have a detailed tutorial? #57
Comments
Unfortunately not. This is an area we'd like to improve; At present, the best sources of learning material I can point you at are:
I agree this isn't ideal; writing a more comprehensive tutorial (like the one that we have for Rubicon-ObjC) is on our TODO list. |
Can I ask you a question by the way? How can I access 'context' or 'activity' in Python code? When accessing with javaclass ('android / content / context '), an error will be reported. |
Because I want to use Python to access some functions of Android, such as locating, taking pictures, and getting the address book. Do you have any examples? Thanks for your help! |
On toga-android, the App implementation has a The only examples of usage I can point you at is the usage in the Toga Android backend. |
I have another problem. Can you help me?Thank you very much!How can I transfer Java language 'null' to Python when I call java function? I tried to replace it with None, but I would report a NoneType error. And there is no array in Python, so I have no way to pass array parameters. |
Do you have a detailed tutorial?
I didn't find a detailed tutorial on the official website.
The text was updated successfully, but these errors were encountered: