Originally shared by Delphi
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. . http://embt.co/2qXZwAH . #Delphi #Android #developer