Technovation_NEW.aia (2.1 MB)
This app is for safety.
There is an issue with the buttons for texting and adding contacts.
When you have a person already in there as a contact, you cannot text them.
But when you are in the app and add a new contact, you can text them.
Then when you go to another screen, and then go back to the texting screen, the error occurs once again
If you ran the app and know what is wrong, could you help find the error? They are doing this for an app challenge and it's not part of class - they are doing it on their own and never coded before. It's called CS for All - making it accessible to everyone to try to learn CS
Switching Screens loses the selection and text of the Phone Number Pickers.
If you return to the texting screen (Screen1) via closing the other screens, you can add a When Other Screen Closed event to Screen1 where you can reload the Text of the Phone Number Pickers from TinyDB.
You would also have to switch the Button Click events to use the three TinyDB values instead of the lost Phone Number Picker Selections.