TrevorEdwards/bigredapp-android

Display the location's name in the DiningListFragment, not its RedAPI id name

Closed this issue · 3 comments

I think we will wait to tackle this one until #1 is done, so that we can do one API request in onCreateView to get all the location's information. Then, that will come with it its name.
E.g. see this return object (name is at the bottom).

Ah, my list adapter doesn't use this info. I think having a custom list adapter would be necessary anyways eventually though.

Haha I was about to comment literally the same thing: not gonna close this until we get the new API, but for now this situation is remedied with your 4296562. Since we are going to need our own adapter very shortly anyway, great fix for now ^_^

Closed as per 37a4cff