konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 42 forks source link

Committee list page accessible from main menu #214

Closed konklone closed 14 years ago

konklone commented 14 years ago

A number of people have requested committee search from the main menu, in addition to the per-legislator option we have right now.

Expand CommitteeService to have a new method that gets all committees. You can use this page for documentation of the Sunlight Congress API endpoint that supplies this: http://services.sunlightlabs.com/docs/congressapi/committees.getList/

Try to follow the code patterns set in existing tab activities and network backed lists.

konklone commented 14 years ago

You can leave the new icon to me, I can add that once you're done with the feature.