Skip to content

Source Code

douglascraigschmidt edited this page Aug 11, 2016 · 4 revisions

The source code skeletons for the programming assignments are available at the links describing the assignments. The source code examples referenced in the slides can be obtained by clicking on the corresponding links.

We've created GitHub repositories containing example code for some of the MOOCs in the Specialization (though not the first MOOC). The repository can be accessed here. You can either install/use GitHub to access each folder in the repository or you can download it in a single zip file. We recommend you learn to use Git rather than downloading the zip file.

You can browse the latest/greatest Android source code online here or download it here. Likewise, you can browse the latest/greatest Java source code online here or download it here. For example, if you want to find implementations of the ArrayList class (both Java) simply google "ArrayList site:android.googlesource.com" in your browser and you'll get a list of relevant links containing the implementations.

Clone this wiki locally