I am calling the ZXing scanner from Screen-A using Intent
s. Once the scan is done, control returns, of course, to the code behind Screen-A and I do some other work before calling Screen-B.
Problem is: the screen is black during this work period and I cannot determine the proper context to use to display a "working..." Toast/msgbox. Any help or suggestions?