Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

udacity/Q-Up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Q-Up

Toy app for SQLite lesson in the Android ND.

The app helps organize waiting lists for restaurants etc. It allows the user to add names of guests to a queue and the number of the party, then when a table becomes available for a guest in the queue to be seated, they can be swiped away to be removed off the queue.

Structure

The app contains 1 activity and the layout includes input fields for name and party count and a button below to add the guest to a recyclerview underneath the button. The data is stored in a local SQLite DB and the recyclerview is updated on every change.

Archival Note

This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to:

About

Toy app for SQLite lesson in AND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages