Add some more skeleton to how Alerts should be processed

Create a way to statically get the app context
This commit is contained in:
bspeice
2013-10-07 14:20:20 -04:00
parent 449678316f
commit fa28b411b5
9 changed files with 209 additions and 101 deletions

View File

@ -12,7 +12,8 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:theme="@style/AppTheme"
android:name="com.uncc.gameday.GameDay" >
<activity
android:name="com.uncc.gameday.activities.Alerts"
android:label="@string/title_activity_alerts" >