File tree Expand file tree Collapse file tree 5 files changed +26
-1
lines changed
Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ Accessing Android APIs
3+ ======================
4+
5+ When writing an Android application you may want to access the normal
6+ Android APIs, which are available in Java. It is by calling these that
7+ you would normally accomplish everything from vibration, to opening
8+ other applications, to accessing sensor data.
9+
10+ These APIs can be accessed from Python to perform all of these tasks
11+ and many more.
Original file line number Diff line number Diff line change 1+ Contributing
2+ ============
3+
4+ Github etc.
Original file line number Diff line number Diff line change @@ -30,9 +30,13 @@ Contents:
3030 :maxdepth: 2
3131
3232 quickstart
33+ installation
3334 commands
3435 recipes
3536 bootstraps
37+ apis
38+ related
39+ contribute
3640
3741To include:
3842
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ Quickstart
33==========
44
55These simple steps run through the most simple procedure to create an
6- APK with some simple default parameters. See the :doc: `commands `
6+ APK with some simple default parameters. See the :doc: `commands
7+ documentation <commands>` for all the different commands and build
8+ options available.
Original file line number Diff line number Diff line change 1+ Related projects
2+ ================
3+
4+ python-for-android was originally created to package Kivy applications.
You can’t perform that action at this time.
0 commit comments