Closed Isabellle closed 8 years ago
I'm sorry to ask this, but after doing progressActivity.showLoading() - I don't find any method like progressActivity.StopLoading; can you please point me to the right method to hide loading? Thanks!
@Isabellle, the way to stop loading is by calling progressActivity.showContent(). This will hide the loading bar and show the content.
Thank you!
I'm sorry to ask this, but after doing progressActivity.showLoading() - I don't find any method like progressActivity.StopLoading; can you please point me to the right method to hide loading? Thanks!