I understand that OkHttpUtils2 library has made downloading resources become very simple using Wait For.
In 2023, HttpUtils2Service inside OkHttpUtils2 library has changed to a receiver.
Is there anything changed that affecting how we download a (relatively huge) file in Android today?
Is DownloadService still relevant on today to show download progress and CancelDowload?
Do I still need to modify OkHttputils2 library or I can just add a modified class to override the library?
In 2023, HttpUtils2Service inside OkHttpUtils2 library has changed to a receiver.
Is there anything changed that affecting how we download a (relatively huge) file in Android today?
Is DownloadService still relevant on today to show download progress and CancelDowload?
If it is not huge then use the regular OkHttpUtils2 library and make the download from the starter service (for B4XPages projects this is not needed).
Do I still need to modify OkHttputils2 library or I can just add a modified class to override the library?