I'm really new on android, and Im trying to create a simple app that downloads a video file from the server...i was doing research and found that you can use downloadManager to this an it looks easy to use, but it looks that this option only accepts the url as a parameter and in order to download the video i have to send(post) some parameter to get access to the file, also I was reading that we can use async, but I'm not sure what is the best way to do it.
Thank you!
I was using this website as a reference; https://developer.android.com/reference/android/app/DownloadManager