• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Will a simple RSS reader do this?

bigbeard

Newbie
I'm looking to make a large library of files available through an app. (nearly a 3gb folder and growing.

User would download the APP and then have access to an ever growing library of files they can then choose to download whatever they want from it.

Can this be done by a simple RSS reader?

I don't want the files available to anyone without the app installed. It would only be a text list of the files, clickable to download.

any ideas on the best approach to this?
 
RSS will be very large, isn't it?
So for my opinion you should use sqlite for it. Users could search through database and it will work much faster than text file (rss).
But if you are going to show only 10-20 latest files using RSS is ok I think.
 
Back
Top Bottom