Hello everyone!
I've recently started learning about android app development and I'm following tutorials to get more acquainted with the different tools at my disposal, which seems to be going quite well
There is one question that I have about a simple app I want to make that seems really straightforward but I'm not sure what's the best way to tackle it as I've never handled this sort of thing before
So the app I want to make is for a student café I frequently go to, the app is really simple - it shows whether the café is open or closed (giving a push notification when it opens) and it also shows in a simple textview whether there will be free food or not.
My question relates to how I'll do the actual controlling of this app, I want the clients to simply be able to view if it's open or not and I want to be able to have some way of 'admins' being able to control these variables.
What do you think is a good way to approach this? Should I have a website that handles it and the app updates from it or should I make a login feature for admins or should there be another "controller" app controlling the app the clients view? Maybe even another alternative?
If you could give me some insight on this basic question I'd be really thankful, cheers!
I've recently started learning about android app development and I'm following tutorials to get more acquainted with the different tools at my disposal, which seems to be going quite well
There is one question that I have about a simple app I want to make that seems really straightforward but I'm not sure what's the best way to tackle it as I've never handled this sort of thing before
So the app I want to make is for a student café I frequently go to, the app is really simple - it shows whether the café is open or closed (giving a push notification when it opens) and it also shows in a simple textview whether there will be free food or not.
My question relates to how I'll do the actual controlling of this app, I want the clients to simply be able to view if it's open or not and I want to be able to have some way of 'admins' being able to control these variables.
What do you think is a good way to approach this? Should I have a website that handles it and the app updates from it or should I make a login feature for admins or should there be another "controller" app controlling the app the clients view? Maybe even another alternative?
If you could give me some insight on this basic question I'd be really thankful, cheers!
