How can I create my own notification banner activity?

Hello experts !
I want to create notification that shows progress status of my process. For example. “Started process”, “10 % complete”, “50 % completed”, “Finalizing document” etc.
How can i do that ?

@Prabin_Chand

You dont get those wxact details anywhere

But what you can try is to include log messages with the required stirngs and some variables in it which mimics notificatio

Cheers

I can only view it on console. I want it to be display in my screen Bottom right side of screen.

@Prabin_Chand

You can try using a form in parallel activity and after each step update a variable…and display a slider with variable…may be that might make it possible

Cheers