edw1nzhao / cs2340_group16

CS2340 Group 16 Crowd-Sourced Water Reporting App
2 stars 1 forks source link

Add sorting functionality to the spinner in ViewWaterReportsActivity #107

Closed tomonarifeehan closed 7 years ago

tomonarifeehan commented 7 years ago

Since both bottom tabs affect the current items in the listview, the tentative idea is to have two Spinners in this activity, one for each bottom tab, and to show and when a bottom tab is clicked, hide the opposite spinner.

This way, we know which tab is currently clicked by which Spinner was changed, when we sort the current items in the ListView.

tomonarifeehan commented 7 years ago

Spinner Added.

tomonarifeehan commented 7 years ago

Done.