Files
nextcloud-docs/developer_manual/android_library/index.rst

32 lines
1.1 KiB
ReStructuredText

.. _androidindex:
===============================
Android Application Development
===============================
This document will describe how to the use ownCloud Android Library. The
ownCloud Android Library allows a developer to communicate with any ownCloud
server; among the features included are file synchronization, upload and
download of files, delete rename files and folders, etc.
This library may be added to a project and seamlessly integrates any
application with ownCloud.
The tool needed is any IDE for Android. This guide includes some screenshots
showing examples in Eclipse.
If you are looking for working on the ownCloud android client, find the source
code `in github <https://github.com/owncloud/android/>`_. The setup and process
of contribution is `documented here <https://raw.githubusercontent.com/owncloud/android/master/SETUP.md>`_.
You might want to start with doing one or two `junior jobs <https://github.com/owncloud/android/issues?q=is%3Aopen+is%3Aissue+label%3A%22Junior+Job%22>`_
to get into the code!
.. toctree::
:maxdepth: 2
:hidden:
library_installation
examples