You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/groupdocs-editor-cloud/groupdocs-editor-cloud-android)
1
+
# GroupDocs.Editor Cloud SDK for Android
2
2
3
-
# Android SDK to Document Editor REST API
3
+
This repository contains GroupDocs.Editor Cloud SDK for Android source code. This SDK allows you to work with GroupDocs.Editor Cloud REST APIs in your Android applications on Java language.
4
4
5
-
[GroupDocs.Editor Cloud SDK for Android](https://products.groupdocs.cloud/editor/android) wraps GroupDocs.Editor RESTful API so you may integrate Document Editing features in your own apps with zero initial cost.
5
+
GroupDocs.Editor Cloud allows you to edit documents across wide range of supported document types:
6
6
7
-
GroupDocs.Editor Cloud API allows the developers to edit most popular document formats using front-end WYSIWYG editors - without needing the applications like OpenOffice or Microsoft Office. Just load documents via GroupDocs.Editor into any WYSIWYG editor, edit document in a way you want and save it back to original document format.
7
+
* Microsoft Word documents - DOC, DOCX, DOCM, DOT, DOTM, DOTX, RTF, FlatOpc, WordML, TXT;
* Open Document formats - ODT, OTT, ODS, ODP, OTP;
11
+
* Markup - HTML, MHTML, XML.
8
12
9
-
## Document Editing in the Cloud
13
+
## Installation
10
14
11
-
GroupDocs.Editor Cloud provides a set of options to customize the editing process dependending on the document type.
12
-
13
-
**Word Processing:** Edit document in a flow or paged mode, consider language information for multi-language document editing, manage font extraction to provide the same document editing and appearance behavior in different environments.\
14
-
**Spreadsheets:** Supports multi-tabbed spreadsheet editing with the ability to specify the index of the currently edited worksheet.\
15
-
**Comma-Separated & Tab-Separated Values:** Specify separator, flexible numeric and dates conversion, memory usage optimization for large files.\
16
-
**Markup:** Fix incorrect document structure, URI & e-mail address recognition, highlight and formatting options.
17
-
18
-
## Document Information Extraction
19
-
20
-
GroupDocs.Editor Cloud also provides the ability to extract basic information about the edited document.
21
-
22
-
- Document type
23
-
- Document size
24
-
- Pages count
25
-
26
-
Check out the [Developer's Guide](https://docs.groupdocs.cloud/editor/developer-guide/) to know more about GroupDocs.Editor REST API.
## Get Started with GroupDocs.Editor Cloud SDK for Android
41
-
42
-
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the steps as given below.
43
-
44
-
### Installation
45
-
46
-
Add **Internet Permission** to the AndroidManifest.xml as follows.
15
+
Add Internet permission in the AndroidManifest.xml. Example:
<description>GroupDocs.Editor Cloud allows you to edit most popular document formats using 3rd party front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a word or spreadsheet document. Edit DOCX/DOC, PPTX/PPT, XLSX/XLS, ODT, ODS, ODP, TSV/DSV, TXT and many other document formats with GroupDocs.Editor Cloud API.</description>
<description>GroupDocs.Editor Cloud allows you to edit most popular document formats using 3rd party front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a word or spreadsheet document. Edit DOCX/DOC, PPTX/PPT, XLSX/XLS, ODT, ODS, ODP, TSV/DSV, TXT and many other document formats with GroupDocs.Editor Cloud API.</description>
0 commit comments