Android Question How to know that Print Html is finished ?

Mauricio Pereira

Member
Licensed User
Longtime User
I have a application in which "activity 1" generates an html.
In "activity 2", the user has the option to save html to PDF using PrintHtml.
The problem is that the application will continue in "activity 3" but I can only go to it if the PrintHtml has finished.
How to know this?
 
Top