I am targeting Android version 14 with modified HttpUtil2Service to show download progress. Should I change the service to receiver? Is there any effect if I still use the old service for new version of Android?
In the early days of Android services were simple to use and powerful. They allowed doing all kinds of things in the backgrounds with very few restrictions. That's not the case with newer versions of Android. With a few exceptions (that aren't 100% reliable), the only use case for services is to...
Better to use: https://www.b4x.com/android/forum/threads/simple-progress-http-download.127214/#post-796463 The attached project includes a slightly modified version of HttpUtils2 and a new service named DownloadService. The purpose of DownloadService is to make it simple to download files of...
www.b4x.com
I only need to convert the HttpUtils2Service to receiver?
I don't need to/can't modify DownloadService?
I can't convert DownloadService to receiver because it contains this line: