Simple Android example app for simple HTTP image upload and Base64 encoded image upload..
AndroidUploadApp is hosted in the following web site
https://github.com/drtomiks/AndroidUploadApp
If you think the Android project AndroidUploadApp 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 AndroidUploadApp.
Item | Value |
---|---|
Java File Count | 8 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | apache-mime4j-core-0.7.2.jar httpclient-4.1.3.jar httpcore-4.1.4.jar httpmime-4.1.3.jar |
Required Permissions | android.permission.INTERNET |
AndroidUploadApp has the following Java source files.
com.example.androidbase64json.AndroidBase64JSONActivity.java com.example.androidbase64json.AppProperties.java com.example.androidbase64json.ImageUploadActivity.java com.example.uploadserverexample.controllers.HomeController.java com.example.uploadserverexample.controllers.UploadFileController.java com.example.uploadserverexample.controllers.UploadFileIndexController.java com.example.uploadserverexample.models.JsonUpload.java com.example.uploadserverexample.models.UploadItem.java