-
-
Notifications
You must be signed in to change notification settings - Fork 697
Home
Alex Gotev edited this page Oct 20, 2020
·
17 revisions
With this library you can:
- upload stuff while your app is either in foreground or in background
- display a progress notification which you can customize
- show progress and status inside your UI
All the uploads are executed in a multithreaded background service which reports its status, so you are safe launching upload requests from your fragments, activities and services without worrying about locking the thread in which you are.
You are also safe if your app is put in the background. All the uploads will continue to be executed also when your device is idle.
Bear in mind that if you kill your app, the service gets killed as well, as it's attached to your app's process and all the currently running uploads will be terminated abruptly.
Follow the links on the right to learn how to use the library in your project and what you can do with it.