mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
25 lines
681 B
ReStructuredText
25 lines
681 B
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.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
library_installation
|
|
examples
|
|
|