mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-13 19:08:20 -05:00
Add header comments to the activities
This commit is contained in:
parent
d7980f9108
commit
05dfaa8ebf
@ -1,5 +1,12 @@
|
||||
package com.uncc.hw3;
|
||||
|
||||
/*
|
||||
* Bradlee Speice, Brandon Rodenmayer
|
||||
* ITIS 4180
|
||||
* Homework 3
|
||||
* MainActivity.java
|
||||
*/
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.app.Activity;
|
||||
import android.view.Menu;
|
||||
|
@ -1,5 +1,12 @@
|
||||
package com.uncc.hw3;
|
||||
|
||||
/*
|
||||
* Bradlee Speice, Brandon Rodenmayer
|
||||
* ITIS 4180
|
||||
* Homework 3
|
||||
* ResultActivity.java
|
||||
*/
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
|
Loading…
Reference in New Issue
Block a user