mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
@@ -3,6 +3,28 @@
|
||||
===============================
|
||||
Android Application Development
|
||||
===============================
|
||||
ownCloud provides an official ownCloud Android client, which gives its users
|
||||
access to their files on their ownCloud. It also includes functionality like
|
||||
automatically uploading pictures and videos to ownCloud.
|
||||
|
||||
For third party application developers, ownCloud offers the ownCloud Android
|
||||
library under the MIT license.
|
||||
|
||||
Android ownCloud Client development
|
||||
-----------------------------------
|
||||
|
||||
If you are interested in working on the ownCloud android client, you can find
|
||||
the source code `in github <https://github.com/owncloud/android/>`_. The
|
||||
setup and process of contribution is
|
||||
`documented here <https://github.com/owncloud/android/blob/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 and note our :doc:`../general/index`
|
||||
|
||||
Note that contribution to the Android client require signing the `ownCloud Contributor Agreement <https://owncloud.org/contribute/agreement/>`_.
|
||||
|
||||
ownCloud Android Library
|
||||
------------------------
|
||||
|
||||
This document will describe how to the use ownCloud Android Library. The
|
||||
ownCloud Android Library allows a developer to communicate with any ownCloud
|
||||
@@ -15,13 +37,6 @@ 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:
|
||||
|
||||
@@ -1,7 +1,32 @@
|
||||
===========================
|
||||
iOS Application Development
|
||||
===========================
|
||||
ownCloud provides an official ownCloud iOS client, which gives its users
|
||||
access to their files on their ownCloud. It also includes functionality like
|
||||
automatically uploading pictures and videos to ownCloud.
|
||||
|
||||
For third party application developers, ownCloud offers the ownCloud iOS
|
||||
library under the MIT license.
|
||||
|
||||
iOS ownCloud Client development
|
||||
-----------------------------------
|
||||
|
||||
If you are interested in working on the ownCloud iOS client, you can find
|
||||
the source code `in github <https://github.com/owncloud/ios>`_. The
|
||||
setup and process of contribution is
|
||||
`documented here <https://github.com/owncloud/ios/blob/master/SETUP.md>`_.
|
||||
|
||||
You might want to start with doing one or two `junior jobs
|
||||
<https://github.com/owncloud/ios/issues?q=is%3Aopen+is%3Aissue+label%3A%22Junior+Job%22>`_
|
||||
to get into the code and note our :doc:`../general/index`
|
||||
|
||||
Note that contribution to the iOS client require signing the iOS addendum to the
|
||||
`ownCloud Contributor Agreement <https://owncloud.org/contribute/agreement/>`_. You are
|
||||
permitted to test the iOS client on Apple hardware thanks to the
|
||||
`iOS license exception <https://owncloud.org/contribute/iOS-license-exception/>`_.
|
||||
|
||||
ownCloud iOS Library
|
||||
------------------------
|
||||
This document will describe how to the use ownCloud iOS library. The ownCloud
|
||||
iOS library for iOS allows a developer to communicate with any ownCloud server;
|
||||
among the features included are file synchronization, upload and download of
|
||||
|
||||
Reference in New Issue
Block a user