intro_to_im_11-02-16
Intro to IM
Place: Inside the teaching lab that is hidden somewhere deep in the Arts Center
Time: Wednesday, November 02, 2016, 2:40pm – 5:20pm
Forword
- Checking attendance
- Answering Abhis question…
- Info about the Ellipsis (punctuation of the triple-dot) ⇒ Windows: alt + 0133 / Mac: alt + ;
Power On!
Debugging!
Vectors
- Recreate ball movement from a few weeks ago
Arrays
- Arrays
(Type)[] listName = new (Type)[length]
- Lists
(Type)List listName = new (Type)List();
listname.append(item);
- ArrayLists!
ArrayList<Type> listName = new ArrayList<Type>();
listName.add(item);
- listName.get(index).doSomething();
Text
- Fonts and stuff
Homework
Watch
Assignment
- Finalise your Open Studios project for Monday!
intro_to_im_11-02-16.txt · Last modified: 2024/06/28 19:11 by 127.0.0.1