Added header comments with team and project information.

master
tokugawa 2014-03-09 17:58:47 -04:00
parent 61c9379b05
commit 2f59a35d5e
3 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,12 @@
package edu.uncc.itcs4180.hw4;
/*
* Bradlee Speice, Brandon Rodenmayer
* ITIS 4180
* In Class 3
* MainActivity.java
*/
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;

View File

@ -1,5 +1,12 @@
package edu.uncc.itcs4180.hw4;
/*
* Bradlee Speice, Brandon Rodenmayer
* ITIS 4180
* In Class 3
* PhotoActivity.java
*/
import java.net.URL;
import java.util.ArrayList;

View File

@ -1,5 +1,12 @@
package edu.uncc.itcs4180.hw4;
/*
* Bradlee Speice, Brandon Rodenmayer
* ITIS 4180
* In Class 3
* PhotoThread.java
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;