Android Question Progressbar disapear when high consumption service start

victormedranop

Well-Known Member
Licensed User
Longtime User
Hi, i need some help with this. in a activity class i have and progress bar starting and then
i start and high consumption service, downloading a file from the web, then process the file, that is a json.
work's ok, slow but the progress bar disapear when the service start.

How can i manage this situation.

Thanks

Victor
 

DonManfred

Expert
Licensed User
Longtime User
1. Should we guess why it disappear? Is your activity still in front/active?
2. Upload an example project which shows the issue. Without seeing any log and code it is hard to give any advice.
 
Upvote 0
Top