Hi,
I'm using xhr to get data from web service and then show it to the page
But when network connection slow, and user not patience enough maybe will cause app crash
So I want use progress ring when started xhr and after done hide / remove the progress ring and show the result to page with list view
How to do this?
Thanks