Preloader for rss reader
Hello everyone. I start making my first app with appery and have some troubles. How can i insert preloader gif image to my application with rss reader ? i want it shown then rss feed is loading. tnx
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello everyone. I start making my first app with appery and have some troubles. How can i insert preloader gif image to my application with rss reader ? i want it shown then rss feed is loading. tnx
Hi Dmitriy,
You can use Appery.io spinner:
codeshowSpinner();
hideSpinner();/code
Thank you. But where i must paste it ?
You should add showSpinner() to JavaScript code when you want to show spinner (for example before calling service). And you should add hideSpinner() to JavaScript code when you want to hide spinner (for example on Complete event of service call).
thanks a lot
!