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..
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.
The following table is the detailed list of Docx-parser-and-generator-client.
Item | Value |
---|---|
Java File Count | 13 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-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 Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
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