Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.24 KB

Logo AndroidWebServ

A http server for file management on android. And it is achieved by native android httpcore API.


App on phone:

App on phone

Browse in Chrome:

Browse in Chrome

Libs

jangod: jangod-core.jar & src/temp

  • Render html templates similar as django template syntax.
  • Customize some tags for android to get its resources.

Commons FileUpload: commons-io-2.4.jar & src/upload

  • Add file upload capability to http server.
  • Implement HttpServFileUpload for HttpRequest.

Apache Ant: ant-zip.jar

  • Ant zip part for chinese garbled problem.

ZXingSimple: zxing-core.jar & src/zxing

  • Use to scan QRCode and generate it.

jQuery: jquery-1.9.1.min.js

  • Much simpler to write JavaScript.

AjaxFileUpload: ajaxfileupload.min.js

  • Do some amendments for several problems.