vlonjat-gashi / progress-activity

Easily add loading, empty and error states in your app.
1.02k stars 171 forks source link

How to hide? #9

Closed Isabellle closed 8 years ago

Isabellle commented 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!

vlonjat-gashi commented 8 years ago

@Isabellle, the way to stop loading is by calling progressActivity.showContent(). This will hide the loading bar and show the content.

Isabellle commented 8 years ago

Thank you!