Summary
In this chapter we have covered the basics for handling data in a JavaScript app. We learned how to get the data from a local object and how to fetch data from the web via a web service and handle the data that is coming back with the response.
We then covered how to display the data we fetched and bind it to a ListView
control. Finally, we saw how we can add sorting and filtering to this data before we display it on the app.
In the next chapter we will learn how to make the app responsive to allow the layout to change when the view state changes, so that the content always appears to the user in a good format.