https://github.com/micahsphelele/uploadprogress
This is a demonstration on how to upload an image to a server using Multipart with Retrofit and display the upload progress to a progress dialog
https://github.com/micahsphelele/uploadprogress
android application retrofit2
Last synced: 3 months ago
JSON representation
This is a demonstration on how to upload an image to a server using Multipart with Retrofit and display the upload progress to a progress dialog
- Host: GitHub
- URL: https://github.com/micahsphelele/uploadprogress
- Owner: MicahSphelele
- Created: 2019-10-12T09:02:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T12:02:24.000Z (over 5 years ago)
- Last Synced: 2025-01-14T08:13:10.220Z (5 months ago)
- Topics: android, application, retrofit2
- Language: Java
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uploadprogress
This is a demonstration on how to upload an image to a server using Multipart with Retrofit and display the upload progress to a progress dialog