Introduction
About your App. <Describe your app here>
This app is a clicker app for a classroom. If the students have this app on their phone. They can hit agree or disagree to a question in the classroom. The app will tally all the agrees and disagrees on the phone.
Reflection
Be sure to provide screenshots along with your explanations.
Describe and give an example of the difference between synchronous and asynchronous data access.
Answer
Synchronous is real time, for instance, a google hangout is an example of synchronous. Asynchronous is not getting the message at the same time the message is being put out. A letter is an example of asynchronous time
True or False. When an app retrieves data from TinyWebDB, it first requests the data and then it stops whatever it is doing and waits for the data to arrive. Explain.
Answer
One aspect of abstraction is that it helps to reduce details to focus on what's relevant. How does the use of an external database in this app help reduce detail in the program?
Answer
all data is being exported outside of the program. So all the program has to do is handle transfer of data.
Final App and Digital Distribution:
How to Install my App: (Scan Here)
Design:
Be sure to provide screenshots along with your explanations for each of the enhancements that you made.
Note: This section may repeat based on how many large Event Handlers you have.
<Your Explanation goes here>