TrevorEdwards / bigredapp-android

Informational Android app for Cornell University.
https://play.google.com/store/apps/details?id=is.genki.bigredapp.android&hl=en
MIT License
14 stars 8 forks source link

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

Closed ghost closed 9 years ago

ghost commented 9 years ago

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).

lidavidm commented 9 years ago

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

ghost commented 9 years ago

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 42965620fe65c52a063402150d2f0cf6a20d53fb. Since we are going to need our own adapter very shortly anyway, great fix for now ^_^

ghost commented 9 years ago

Closed as per 37a4cffcf14c8048025549a6a8504c1daa197401