mirror of
https://github.com/bspeice/itcs4180
synced 2025-04-20 23:01:34 -04: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;
|
package edu.uncc.itcs4180.hw4;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Bradlee Speice, Brandon Rodenmayer
|
||||||
|
* ITIS 4180
|
||||||
|
* In Class 3
|
||||||
|
* MainActivity.java
|
||||||
|
*/
|
||||||
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
package edu.uncc.itcs4180.hw4;
|
package edu.uncc.itcs4180.hw4;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Bradlee Speice, Brandon Rodenmayer
|
||||||
|
* ITIS 4180
|
||||||
|
* In Class 3
|
||||||
|
* PhotoActivity.java
|
||||||
|
*/
|
||||||
|
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
package edu.uncc.itcs4180.hw4;
|
package edu.uncc.itcs4180.hw4;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Bradlee Speice, Brandon Rodenmayer
|
||||||
|
* ITIS 4180
|
||||||
|
* In Class 3
|
||||||
|
* PhotoThread.java
|
||||||
|
*/
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStreamReader;
|
import java.io.InputStreamReader;
|
||||||
|
Loading…
Reference in New Issue
Block a user