At the end of each project, you'll find a few questions to help you to remember and review the contents covered in each chapter. Please try to answer the following questions, and when in doubt, have a look at the content in this chapter: you'll find all of the answers there!
- Is this code correct?
String data = http.get(url);
If not, why?
- What are the JSON and XML formats used for?
- What is a thread?
- Can you name a few common asynchronous scenarios?
- When should you use the async/await keywords?
- What's the difference between ListView and ListTile?
- How can you use the map method to parse data and create a list?
- How do you pass data from one screen to another?
- When should you use the json.decode method over the body of a Response object?
- What is CircleAvatar?