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?