RSVP List showing - Ordered by last name >AGK

RSVP list showing on search page.  Ordered properly by last name.

Still need to implement Search function - will tackle later today.

All Section numbers showing NULL, all row numbers showing 0.  Probably a
quick fix on Bradlee's part.
This commit is contained in:
agk512
2013-12-05 13:37:01 -05:00
parent a728025eed
commit f6b7609420
4 changed files with 41 additions and 13 deletions

View File

@ -27,6 +27,10 @@
android:name="com.uncc.gameday.activities.Registration"
android:label="@string/title_activity_registration" >
</activity>
<activity
android:name="com.uncc.gameday.activities.Search"
android:label="@string/title_activity_search_rsvp" >
</activity>
<activity
android:name="com.uncc.gameday.activities.Home"
android:label="@string/app_name" >