You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
i) start AS, create a new Java application module for the problem, e.g., ‘code2d’. you should see that under code2d, there is ‘java’ folder, with package ‘com.example’
ii) in Windows explorer / Mac Finder, copy the folders:
Project-2D-starting/src/immutable
Project-2D-starting/src/sat
to
AndroidStudioProjects/Wk-08/code2d/src/main/java
iii) after the copying, you could see the package ‘sat’ and ‘immutable’ under the ‘java’ folder.