-1

I'm trying to upload multiple files to firebase and want to keep uploading even if the app is killed just like google drive.

Should i use intent-service or service for this?

Preet
  • 984
  • 2
  • 14
  • 34
parag pawar
  • 193
  • 3
  • 13
  • Maybe you should read some of the other [questions](https://stackoverflow.com/questions/15524280/service-vs-intentservice) here on SO that explain in detail the main differences between Services and Intent Services and that can help you in making a decision – Nicolás Carrasco-Stevenson Jul 31 '18 at 07:00

1 Answers1

0

use intent-service as it support longer tasks more than service

Muhammad Hassaan
  • 874
  • 6
  • 18