To Documents
IT 372 -- Project 3b
- App Specs: Create an Android JetPack Compose app that displays
a notable item and title in Text composables, and a related
image (Image composable). Place both the texts and image in a
Column.
You can use the same noteable item as you used for Project 1a or you can use a
different one. Set the text size and color, background colors, margins, padding,
and item sizes as needed to create an interesting layout.
- In addition, extract any strings and
colors that you use to the resource files the
strings.xml and colors.xml files.
- Deliverable: Zip file of Android Project App. Remember:
don't create the zipfile yourself, use Android Studio to create it.
- Grading Breakdown: Functionality: 50%; Layout:
10%; Image: 10%; Application Title: 5%; Colors and Strings in Resource Files:
5%; Source Code Comments: 10%; Created Zipfile with Android Studio: 5%; Properly Submitted:
5%.