mirror of
https://github.com/bspeice/itcs4180
synced 2025-04-20 23:01:34 -04:00
Add header comments to the activities
This commit is contained in:
parent
d7980f9108
commit
05dfaa8ebf
@ -1,5 +1,12 @@
|
|||||||
package com.uncc.hw3;
|
package com.uncc.hw3;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Bradlee Speice, Brandon Rodenmayer
|
||||||
|
* ITIS 4180
|
||||||
|
* Homework 3
|
||||||
|
* MainActivity.java
|
||||||
|
*/
|
||||||
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.view.Menu;
|
import android.view.Menu;
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
package com.uncc.hw3;
|
package com.uncc.hw3;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Bradlee Speice, Brandon Rodenmayer
|
||||||
|
* ITIS 4180
|
||||||
|
* Homework 3
|
||||||
|
* ResultActivity.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;
|
||||||
|
Loading…
Reference in New Issue
Block a user