To Documents
IT 372 -- Project 1a
- App Specs: Create an Android app that displays
a notable item in a TextView control. Use
LinearLayout for your layout file.
As an item, display a notable quote, joke, riddle, or interesting fact. You can search online or
elsewhere to find your item. Set LinearLayout and
TextView properties in
the layout file to set the position of the TextView control. Modify the
application title and colors of your app by modifying the
strings.xml and colors.xml files. Also,
extract to the resource files colors.xml and
strings.xml ny other strings and colors that you use. Set other
LinearLayout and
TextView properties if you wish.
- Deliverable: Zip file of Android Project. Important: don't
create the zipfile yourself, use Android Studio to create it:
Main menu File >> Export >> Export to Zip File...
This brings up a
Save Project as Zip dialog. Don't save the zipfile inside the Project
folder.
- Grading Breakdown: Functionality: 55%; Creativity:
10%; Application Title: 5%; Colors: 5%; Colors and Strings in Resource Files:
5%; Source Code Comments: 10%; Created Zipfile with Android Studio: 5%; Properly Submitted:
5%.