Hi I'm making an app in which I plan on showing floor & category wise listing of stores inside a mall.
Below snap show an activity showing floor wise listing of stores
I was thinking of adding a spinner in the ActionBar showing "by Floor" and "by Category" as options. Clicking on "by Category" would arrange the stores according to the category in which they belong. After googling a bit I found
getActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_LIST);
would be apt but now I see that its deprecated, putting it as an action item in the activity menu doesn't look like a very good idea. Any suggestions ?