You will generally work in pairs for the lab exercises, and we encourage you to ask questions and to collaborate with others. Note, however, that this week you should work individually on the programming exercise so that you configure your own development environment completely.
Creativity is a key element of innovation in software.
Identify two possible team projects for this semester, both portable apps, but of the following two sorts.
One short paragraph should be sufficient for each idea. Record your
proposals in a simple ASCII text file (ideas.txt
) so
that you can submit it later.
We’d like to know a little bit about you so we can more effectively divide the class into teams.
Please answer following questions:
Demographics
What is your class level? (freshman, sophomore, junior, senior, [super-]+senior)
What is your major? (BCS, CS+, …)
What letter grades did you get in CS 112 and 212?
What CS 262 section are you in (A or B)? Can you attend the full Friday lab session, and, therefore, be on a team with members of the other class section?
Technical
Have you worked on any of the following things:
If so, what (briefly) have you done?
Have you used any of the following tools:
If so, what have you used an how (briefly) have you used it?
If you’d like, talk to other students or use the Moodle forum to form groups interested in particular project ideas.
Personality
What is your big-five personality type? Please include these scores in your lab solution and, if you haven’t already done so, enter them using this form as well: CS 262 - Personality Traits. (See the reading guide for how to determine this. Please, give the five trait values only.)
Is there anyone you’d really like (or not like!) to work with? We’ll do our best to honor your requests here.
Is there anything else you’d like us to know about you before assigning you to a project team?
Save your answers in an ASCII file (teams.txt
) so that
you can submit them as part of this lab assignment. If you work on a
team of two students, please put both of your names in this file.
The lab machines are configured to run the technologies and tools you’ll need in this course, but we suggest that you configure your own machine to do your work (for details, see Guide 1).
Do Expo’s Get started tutorial.
Create a lab01/
directory and do the following sections
as written in that directory. Notes:
default
template.app-example/
sub-directory. This
gives you a basic app structure with no boilerplate
code that you use as a basis for future applications.
When you have the app running on your device, save a screen shot of
your running application and add a new README.md
that
contains a list of one-sentence explanations of the purpose of each
of the following files/directories in your project code:
app/(tabs)/index.tsx
package.json
node_modules/
.gitignore
Store your screenshot and readme files as sibling files in the root
of your application directory and be prepared to submit these files:
your (modified) lab01/my-app/app/index.tsx
;
lab01/screenshot.png
; and lab01/README.md
.
Submit the files specified above in Moodle under lab 1. Please submit them as separate (text, not ZIP!) files. We will grade your work according to the following criteria:
Lab assignments are always due by 11:59pm Saturday, the day after the lab.