justiceamoh / mhb_android

Android project for the Methodist Hymn Book App
5 stars 9 forks source link

List Functionality #8

Closed justiceamoh closed 10 years ago

justiceamoh commented 10 years ago

The list icon (that after the search), is supposed to list all hymns by titles, mhb no. or authors. It is incomplete in it's current functionality. What's to be done:

justiceamoh commented 10 years ago

I'm thinking I should have used a dictionary instead of an arraylist to store all the hymns. Because I will be reading it several times. Too late to try?

justiceamoh commented 10 years ago

Fixed! I've fixed the links using the startActivityForResults method and setting up the return intent well. So it's currently not a bug. We still need to do some work on the author indexing and nicer MHB no selection UI in general.