index.html
loading.gif
README.md
js/feed-reader.js
js/phpjs_LICENSE.txt
css/style.css
jQuery
InAppBrowser
index.html
is the Startup page.loading.gif
, the feed list and error message.loading.gif
file is displayed. The following JavaScript code is used to invoke the RSS feeds retrieval function. This function is defined in feed-reader.js
file which will be explained later in this page. You can try changing the RSS feeds URL.Feed.load()
) is called, the following JavaScript code is executed:index.html
):