Skip to content

Installing Software

douglascraigschmidt edited this page Aug 17, 2017 · 1 revision

All the assignments and example source code provided at

https://github.com/douglascraigschmidt/CS892

are designed for use with Java 8 and Android Studio.

Android Studio may be downloaded from here. You'll need to install the Android 7.1 Nougat version (API level 25) and the Java 8 SDK (which can be downloaded from here). You can browse all the Java 8 source code here and you can browse all the Android source code online here.

You will be required to make a Gitlab account. You may do so here (see 'New User' if you do not yet have an account). Once you have created your account, ensure that you are logged in, and you will find a screen that looks like this:

Homepage

Click the 'New Project' button to create your own repository for your coursework. Please look carefully at everything that is circled in a red rectangle, making sure to replace the CS251 course info with CS892 (e.g., [email protected]:douglascraigschmidt/CS251.git with [email protected]:douglascraigschmidt/CS892.git, etc.).

New Repository

Once that is complete, you should be taken to your repository (which again will be relative to CS892 instead of CS251). Click on the 'Settings' butt on the right hand side:

Click on Settings

On the first Settings page, please make sure that 'Private' is selected. (VERY IMPORTANT: Failure to do so will have consequences)

Save changes!

Don't forget to scroll down and save your changes if you made any:

Save changes!

Clone this wiki locally