I have currently managed to create an android app which allows a user to register, and log in. The registered data is saved to the database, and the log in data is pulled from the database.
I now want to allow the user to make bookings from a list of classes (class table), which will be stored in a database. I need to display the class details to the user to allow them to select (with perhaps a checkbox) which class they wish to book.
After they have done this, the user will now be able to visit a screen which displays their bookings (userbooking table - joining table), and also allow them to "cancel" their booking, which will then update this table and remove their chosen booking from the table.
Does anyone know of any tutorial on a website/youtube which may assist me, or even personal knowledge with something such as this?
Thank you in advance!
