The Introduction to Computing (i2c) Library that comes with my Intro to CS with Android textbook is designed as a pedagogic scaffolding tool that sheds light on the more intricate aspects of object oriented programming. This document covers two aspects of i2c: installation and API.
Installing i2c
Create your Android project first and then follow these steps:- Right-click this link
- Save the link as i2c.jar in your Android project's
app/libsfolder. - From Andrid Studio's
Filemenu, selectProject Structure ... - Select
appin the left sidebar and then theDependenciestab - Click the
+symbol and add aJar dependency - Navigate to
i2c.jarfile inapp/libsand select it - Apply this change by selecting ok.