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 item: for example, a 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.
Remember that your Project 1a submission requires a title at the top of the app layout (see the
Guidelines for IT 372 Project Submissions). In addition, extract any strings and
colors that you use to the resource files the
strings.xml and colors.xml files. Set other
LinearLayout and
TextView properties as needed.
- Deliverable: Zip file of Android Project App. 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%.