-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #373 from sandeepsajan0/master
update readme
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
Each facade has its own set of examples here. For each facade, there is a | ||
simple example which shows basic usage of the facade and its options. This | ||
simple example typically requires Kivy to run and buildozer to compile for | ||
Android. There may also be more advanced examples for a facade. Requirements | ||
Each facade has its own set of examples here. | ||
For each facade, there is a simple example which shows basic usage of the facade and its options. | ||
This simple example typically requires Kivy to run and buildozer to compile for | ||
Android. | ||
Requirements for run these examples on android devices: kivy,plyer,android | ||
These requirements should be rewrite in the buildozer.spec of example before run the example. | ||
There may also be more advanced examples for a facade. Requirements | ||
for the advanced examples may require a different framework (QT, Tkinter, etc) | ||
or additional Python modules. |