Update application data Android [closed]

0

I do not have the project running yet, but I'm developing an app that shows the menu of a college restaurant. The part that I am in doubt is the update of the weekly menu.

I've already used FTP to update a txt file on Android, and I thought about putting a menu in a txt file, saving it on an FTP server, and the app communicating with that server and downloading the TXT file.

The app has 5 ratio buttons (one for each week). In the case I thought of 5 files containing the menu of each day, under these files and show in a textrView by day of the week.

Officer? And would it have some simpler way?

    
asked by anonymous 09.11.2015 / 14:15

1 answer

0

It would work yes, that one seems the simplest and not the most correct.

The most correct would be to use a web server can be WCF C # ASP.NET or some other.

And this WCF server would fetch from a database.

This way I said is a bit more "expensive and time consuming" to do, but it is the most correct.

Anyway, what you said about doing would work, yes.

    
09.11.2015 / 14:19