An open API service indexing awesome lists of open source software.

https://github.com/hackstarsj/android_download_and_upload_file_demo

Android Download and Upload File Demo
https://github.com/hackstarsj/android_download_and_upload_file_demo

Last synced: about 1 year ago
JSON representation

Android Download and Upload File Demo

Awesome Lists containing this project

README

          

# Android_Download_and_Upload_File_Demo
Android Download and Upload File Demo

Added New Feature

1. Upload File From File Manager

2. Upload File From Gallery

3. Upload File from Camera

Added Fixed for File Uploading :


1. Added android:requestLegacyExternalStorage="true" in AndroidManifest.xml in application Tag

2. Added Projection in getRealPathFromUri() Method String[] proj = { MediaStore.Images.Media.DATA }; in MainActivity.java