Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barakchamo/mobile-application-development
Class repo for Mobile Application Development, Integrated Digital Media, Tandon School of Engineering, NYU
https://github.com/barakchamo/mobile-application-development
javascript mobile nyu react react-native
Last synced: 4 months ago
JSON representation
Class repo for Mobile Application Development, Integrated Digital Media, Tandon School of Engineering, NYU
- Host: GitHub
- URL: https://github.com/barakchamo/mobile-application-development
- Owner: BarakChamo
- Created: 2019-08-28T08:05:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:01:11.000Z (about 2 years ago)
- Last Synced: 2024-10-11T10:14:51.749Z (4 months ago)
- Topics: javascript, mobile, nyu, react, react-native
- Language: JavaScript
- Size: 2.75 MB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Application Development
Class repo for Mobile Application Development, Integrated Digital Media, Tandon School of Engineering, NYU[Live Share session](https://prod.liveshare.vsengsaas.visualstudio.com/join?11D3DA74FD09E82DD6B4C36C49025B1977F3)
[Google Meet session](https://meet.google.com/kto-ezgp-jmg)
### Course details
[Class syllabus](https://docs.google.com/document/d/12BOGwh0kslocBE3RC04JbJoz3ZoTB-ZVDv5-1la6Wl8/edit?usp=sharing)
[Office hours signup](https://calendar.google.com/calendar/selfsched?sstoken=UUhVYnEyYVU0aEVvfGRlZmF1bHR8ZTFjMTcyOWQxNjJjYzE0M2VkYTc2ZTMwMjViM2UxNTA)
### Class pages
- [Class 1](Classes/Class%201%20-%20Introduction.md)
- [Class 2](Classes/Class%202%20-%20Understanding%20React.md)
- [Class 3](Classes/class%203.md)
- [Class 4](Classes/class%204.md)
- [Class 5](Classes/class%205.md)
- [Class 6](Classes/class%206.md)### Relevant Resources
#### Code
##### JavaScript
- [JavaScript data types](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures)
- [Primitive types and reference types in JavaScript](https://gist.github.com/branneman/7fb06d8a74d7e6d4cbcf75c50fec599c)
- [JSON Placeholder testing API](https://jsonplaceholder.typicode.com/)##### React
- [React Component Lifecycle Diagram](http://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/)##### React Native
- [Expo.io documentation](https://docs.expo.io/versions/v35.0.0/)
- [React Navigation](https://reactnavigation.org/docs/en/hello-react-navigation.html)
- Testing on [iOS Simulator on OSX](https://docs.expo.io/versions/v35.0.0/workflow/ios-simulator/) and [Android Studio Emulator](https://docs.expo.io/versions/latest/workflow/android-studio-emulator/)
- [React Native Paper UI library](https://reactnativepaper.com/)#### Design