Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Multiple RSS feed on 1 page

Hi there

I know to get rss feed into app. My problem is I have allot of feeds. I want to speed it up. I already checked the "Render all pages in one HTML file (jQuery Mobile multi-page template)".

Can I store the feed in a database? Then use a "refresh" button to update feed?
If so, how can I do this.

Thank you

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Multiple RSS feed on 1 page

Hi Johnny,

Not sure you can speed it up.
[quote:]Can I store the feed in a database? Then use a "refresh" button to update feed? [/quote]
How do you want it to work? How do you implement this?

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Multiple RSS feed on 1 page

Ok so I want to store the website feed in a Database. Then I want to show the content from the database so it can be fast. Then when I press the refresh button it must update the database.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Multiple RSS feed on 1 page

Hi,

You can implement such functionality, but I think it'll not be faster if you will use remote DB.
Using SQLite DB as DB for your RSS feed may help:
http://docs.appery.io/tutorials/build...

Return to “Issues”