Exercise 10 -Android
due: April 2 start of class (pace yourself - finish part 1 March 26, then part 2 April 2), not recorded
INDIVIDUAL EXERCISE
Do this CODELAB
IMPORTANT::Choose File->New Project->Basic Views Activity (not Basic Views)
|
ERROR FIXES:NOTE: had to add the following to the gradle.properties file to get rid of some compile errors. While we are not using Kotlin directly some of the Java libraries are implemented in Kotlin now. (read error fix)
AND had to add the following dependencies to the build.gradle (app) file (read this error fix)//see https://www.concretepage.com/questions/746 so the build.gradle file looks like:
|
PART 1: beginning Android, The interface , do parts 1-7 of Codelab, due March 26 start of class
PART 2: more Andorid, Interactivity, complete the Codelab, due April 2 start of class
- complete by April 2 Finish the beginning codeLab parts from Google to get started each person MUST have it setup and running on their own laptop and demonstrate it working
- ALSO complete:
- CodeLab on Debugging
- Read about Junit Testing
- (optional) Learn about JetPack Compose - toolkit for GUI - course
Deliverables