In-class notes for 03/09/2020
CS 284 (MCA), Spring 2020
Plan for this week
- Today
-
Quiz returned
Review for Quiz 3 (Wed)
HW6 and Worksheet 9A - followup on Lab2 - Wednesday
- Quiz 3
Then, Prof. Hall-Holt will present about how React Native is used for the new SD course software setup. - Friday
- Rob will present a demo of writing an Android app directly (using
Android Studio software directly instead of React Native and
Expo)
Then Prof. Hall-Holt will present about how C++ interacts with the React Native front end in the new SD course software setup.
To study for quiz
Callbacks.
Arrow function expressionsSee Worksheet 7, including calls of
Array sort()"method".
fetch; promisesSee Worksheet 8 A and B, and HW 6C.
This includes basics offetchincludingthen(),catch()
React Native concepts
JS class notation and other language features for React Native
< >