I am facing a problem where a user is downloading a large file (roughly 1.5GB) and if the connection dropped, the user needs to restart downloading from beginning.
What can I do in Xamarin Android C# to implement resume download? The file will be hosted on Amazon S3.
Any help will be fantastic!
Thank you!