mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-13 19:08:20 -05:00
Added header comments with team and project information.
This commit is contained in:
parent
61c9379b05
commit
2f59a35d5e
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user