Android Open Source - Development dropbox Docx-parser-and-generator-client






Project Summary

Android client for document generation. Loads docx file form dropbox, send it on server for parsing, display fields for user's input, collect input data and send on server for file generation. Result file saving to Dropbox folder..

Web Site / Source Repository

Docx-parser-and-generator-client is hosted in the following web site
https://github.com/ryabenko-pro/Docx-parser-and-generator-client

If you think the Android project Docx-parser-and-generator-client listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Docx-parser-and-generator-client.

ItemValue
Java File Count13
Target SDK Version19
Minimum SDK Version8
Activity Count3
Fragment Count1
jar files usedandroid-support-v4.jar
androidannotations-3.0.1.jar
androidannotations-api-3.0.1.jar
dropbox-android-sdk-1.6.1.jar
httpmime-4.0.3.jar
json_simple-1.1.jar
poi-3.10-FINAL-20140208.jar
poi-scratchpad-3.10-FINAL-20140208.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

Docx-parser-and-generator-client has the following Java source files.

com.docreader.BaseActivity.java
com.docreader.DocumentActivity.java
com.docreader.MainActivity.java
com.docreader.dropbox.DropboxFileDownloader.java
com.docreader.dropbox.DropboxFileUploader.java
com.docreader.dropbox.DropboxTaskListener.java
com.docreader.updater.DatepickerRangeUpdater.java
com.docreader.updater.EditTextRangeUpdater.java
com.docreader.updater.ImageRangeUpdater.java
com.docreader.updater.ParagraphRangeUpdater.java
com.docreader.util.DatePickerFragment.java
com.docreader.util.MyParagraph.java
com.docreader.util.UtilDate.java