s--i / AndroidImageSearch

0 stars 0 forks source link

Review my app #1

Open s--i opened 11 years ago

s--i commented 11 years ago

/cc @nesquena @timothy1ee

Spent too long making the back button save the advanced options (as well as the 'done' button) and making the spinner remember the currently selected option. If I had some more time and inclination more options and the pagination looked simple to do implement. I only used String get/putextras but that should be a searializable class/model of it's own where I to add more advanced options.

nesquena commented 11 years ago

Nice, ok thanks for the notes. Looks good overall. Do you have any questions for us about the assignment in particular? You are right you could use a serializable objects to hold the filter settings. Pagination involves keeping the current offset and passing that in and appending the result to the array adapter.