
Originally shared by Delphi
Demo shows an Android application using an Android Service to download an image from the Internet. The Android Service works as a background task, even if the main application is not running. When the image file is downloaded to the device, a notification is presented. Handling the notification loads the image previously downloaded. The service stops itself after performing the download process.
.
.
#Delphi #Android #developer
You must be logged in to post a comment.