dkounal 3 Posted June 5, 2021 Hi, I want to create a Notification in an android application that shows the progress in uploading an image. I have seen many styled, multiline with icons notifications in existing applications, having also controls like a progress bar. Tried to do the same in Delphi, and I have not managed to find documentation, nor an example how to do that, without writing it in java. I found that even Flutter can now show a notification with controls inside. Can Delphi show such a notification and update its contents? Thank you in advance Share this post Link to post
dkounal 3 Posted July 4, 2021 As I can understand, Delphi does not support such notifications Share this post Link to post
Rollo62 536 Posted July 5, 2021 An alternative could be the progress dialog in the app itself (or you have to try something in Java). 1 Share this post Link to post
Wil van Antwerpen 25 Posted July 6, 2021 (edited) On 7/4/2021 at 7:49 PM, dkounal said: As I can understand, Delphi does not support such notifications Is it different from this? http://docwiki.embarcadero.com/RADStudio/Sydney/en/Using_Notifications#Notifications_Support_per_Platform From the looks of it, Android also has this feature. I don't develop for Android, so don't know, but the doc appears to suggest that Notification support is available. edit: Argh.. never mind, please disregard ... "show progress"... not just a notification. Edited July 6, 2021 by Wil van Antwerpen Share this post Link to post
dkounal 3 Posted July 6, 2021 yes it is different. I noticed in the kastri project the following and I am evaluating it: https://github.com/DelphiWorlds/Kastri/issues/50 Share this post Link to post
dkounal 3 Posted July 10, 2021 On 7/6/2021 at 5:00 PM, dkounal said: yes it is different. I noticed in the kastri project the following and I am evaluating it: https://github.com/DelphiWorlds/Kastri/issues/50 I can confirm that with the help of Dave Nottage (DelphiWorlds) using API from Kastri, I can have notifications in android with a progress bar. Many many thanks for his time. 2 Share this post Link to post