toga/android
2023-10-17 17:37:51 +01:00
..
src/toga_android Android Window at 100% coverage (excluding toolbar) 2023-10-15 14:21:51 +01:00
tests Move contents of src into repository root 2022-11-07 15:07:14 +00:00
tests_backend Empty multiple selection is not actually supported by any backend 2023-10-17 17:37:51 +01:00
CONTRIBUTING.md Move contents of src into repository root 2022-11-07 15:07:14 +00:00
LICENSE Move contents of src into repository root 2022-11-07 15:07:14 +00:00
MANIFEST.in Remove reference to tox.ini in manifests. 2023-01-11 08:50:36 +08:00
pyproject.toml For reproducible builds, pin exact versions in [build-system] requires 2023-01-24 19:13:14 +00:00
README.rst More consolidation of installation/prerequisite instructions. 2023-07-10 10:12:05 +08:00
setup.cfg Updated references to minimum Python versions, and ensured READMEs and tutorials are consistent about pre-reqs. 2023-07-09 10:58:20 +08:00
setup.py Remove rubicon requirement from toga_android setup.py 2023-09-27 11:49:07 -06:00

toga-android
============

An Android backend for the `Toga widget toolkit`_.

This package isn't much use by itself; it needs to be combined with `the core Toga library`_,

For platform requirements, see the `Android platform documentation
<https://toga.readthedocs.io/en/stable/reference/platforms/android.html#prerequisites>`__.

For more details, see the `Toga project on Github`_.

.. _Toga widget toolkit: https://beeware.org/toga
.. _the core Toga library: https://pypi.python.org/pypi/toga-core
.. _Toga project on Github: https://github.com/beeware/toga

Community
---------

Toga is part of the `BeeWare suite`_. You can talk to the community through:

* `@beeware@fosstodon.org on Mastodon`_
* `Discord`_
* The Toga `Github Discussions forum`_

We foster a welcoming and respectful community as described in our
`BeeWare Community Code of Conduct`_.

.. _BeeWare suite: https://beeware.org
.. _@beeware@fosstodon.org on Mastodon: https://fosstodon.org/@beeware
.. _Discord: https://beeware.org/bee/chat/
.. _Github Discussions forum: https://github.com/beeware/toga/discussions
.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/

Contributing
------------

If you experience problems with this backend, `log them on GitHub`_. If you
want to contribute code, please `fork the code`_ and `submit a pull request`_.

.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls