Lab 6 Submission Form
For Dr. Yoder's Section
Submission Form for Dr. Yoder
No in-lab demonstration
No demonstration requirement this week.
Submission (due at 11pm Tuesday of week 7)
Each student must submit their implementation of the class (either
WebsiteTesterUI.java
or WebsiteTesterActivity.java
)
that fully implements the desired behavior described at the beginning of lab.
The class must contain comments at the beginning of the file that include:
Course name, Quarter, Assignment name, Author's name, and date. In addition,
the class should have comments throughout, including JavaDoc for the class,
all methods, and public attributes (see here).
In addition, each student must include a comment at the end of the source file that addresses the following:
For the desktop application (WebsiteTesterUI
):
- How did you instantiate the logger so that all of the exception handlers could access it?
- How would you adjust the logger to only log certain messages?
For the Android app (WebsiteTesterActivity
):
- What does the first parameter of the
Log.e()
method represent? - What is the purpose of the
ErrorDialog
class? - How does the
SocketDialog
class differ from theErrorDialog
class?
You should submit your solution only once, so be sure you are happy with your solution before you submit it.
(Requirements adapted from Dr. Taylor's)