jkutkutOrg / Android-CineHub

GNU General Public License v3.0
0 stars 2 forks source link

Activity navigation implementation #38

Closed alexaib2002 closed 1 year ago

alexaib2002 commented 1 year ago

This activity allows users to traverse all app activities from start to end. This functionality is provided by:

Note the app won't query the DB yet, it will only move users' input up until the summary.

TODO

alexaib2002 commented 1 year ago

After so much time of hard work, this PR will bring many, many features to the project. And now's ready for review!

Overall, main will be flooded with functional, navigable activities, and all of them will support moving their data up to the last activity.

Not only that, but users may change their selections dynamically (ie: users may change their seat reservations).

Please, before accepting the changes, checkout this branch on your local repos, and review everything as deeply as you can. As this branch is the merge of lots of commits, it may contain some overlooked files or code (though I did my best to find those).