Hard Prerequisites |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. |
|
Now that you have the basics of scanning the QR code down, it’s time to make this app into something genuinely useful.
Make use of SQLite to save the contacts. As soon as the user scans a qr code then the data should be added into the database.
If the user scans the same QR code twice then we only want one entry in the database.
Create another screen that displays a list of all the contacts that the user has scanned. This list should work as follows:
For each contact, please display:
Please make sure that the user can scroll through the list. There might be a lot of contacts.
Clicking/pressing on a contact should redirect the user to a contact “details” page
There are now 3 screens:
When the user is viewing the list screen, they should be able to navigate to:
When the user is on the contact details screen, they should be able to navigate:
When the user is on the camera screen they should be able to “go back” to wherever they were before.