We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ea083 commit a92ef96Copy full SHA for a92ef96
README.md
@@ -0,0 +1,9 @@
1
+This is an example of "How to use QPython in my android development?"
2
+http://qpython.org/question/18/how-to-use-qpython-in-my-android-development/
3
+
4
+The steps are:
5
+1) Prepare the Python script, use the "print" statement to output the result
6
+2) Use the "startActivityForResult" to call the QPython API with the Python code as the parameter
7
+3) Get and process the result in "onActivityResult"
8
9
+If you have any question, please ask in http://qpython.org
0 commit comments