This course is superseded by version 2, available here
These are the notes and code for the class "Engineering of Mobile Systems". Feel free to clone this repository with:
git clone https://github.com/rrobbes/EngineeringOfMobileSystems.git
You can then update it with:
git pull
Should you find a mistake or a typo, you can submit a pull request.
Each subdirectory has a readme file which contains the actual notes, and possibly additional material, such as complete code examples.
- Lecture 1: Introduction
- Lecture 2: Javascript and ES6
- Lecture 2.5: Functional Programming
- Lab 1: Javascript Koans
- Lecture 3: React and React Counter
- Lecture 4: React Native
- Lecture 5: UI Lists
- Lab 2: Counter madness
- Lecture 6: User Input and Contact List code so far
- Lab 3: It's time
- Assignment 1, DUE NOVEMBER 11: Flash Cards
- Lecture 7: Odds and Ends