This set of quick-start applications is distributed for use by students of CS 262 at Calvin College. The applications can include:
- examples of Android Applications implemented using Java in Android Studio
- SQL commands
- examples of GitHub issues, & pull requests
For details, see the course schedule.
To use this code, do the following:
- Clone this
cs262-code
repo to your local machine and use it as a reference as you develop your own solution code. - Create your own CS 262 code repo on GitHub:
https://github.com/GITHUB_ID/cs262
. You can do this by:- Creating a new
cs262
repo on GitHub. - Cloning that repo to your local machine (or machines) as a sibling of your
cs262-code
repo. - Adding/Committing/Pushing your solution files.
- Creating a new
You will push your own cs262
repo weekly, as appropriate.
You should pull updates from the cs262-code
repo regularly to pick any changes
we may make.