knjk04 / Bookshelf

Android book wishlist app
GNU General Public License v3.0
1 stars 1 forks source link

Author names not being extracted in static data #2

Closed knjk04 closed 6 years ago

knjk04 commented 6 years ago

Branch: experimental

After clicking on the button, the list of book titles are shown. The corresponding authors should also be shown.

knjk04 commented 6 years ago

Fixed with commit https://github.com/knjk04/Bookshelf/commit/96944e0350d62ed2f0da553bc148f8bc47d4c2d9

The problem was that the authors was not being set in the constructor (needed to call setAuthors() -- couldn't just use a regular assignment since the list had to be converted into one String that is separated by commas if there is more than one author and calling the setter for authors meant there wasn't code duplication)