Skip to content

Commit a92ef96

Browse files
author
River
committed
change README
1 parent 33ea083 commit a92ef96

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)