tam07 / GridImageSearch

MIT License
0 stars 0 forks source link

[Android Bootcamp] Review my app #1

Open tam07 opened 11 years ago

tam07 commented 11 years ago

My app is complete, please review. /cc @nesquena @timothy1ee

nesquena commented 11 years ago

:+1: Hey Alex, project looks good.

Glad we were able to help you get caught up with the project during the make-up lab. Hopefully you found it helpful. A few points of feedback now for the working version:

Also, rather than going through the laborious process of setting every spinner manually (with an adapter), you can use the approach outlined here: https://github.com/thecodepath/android_guides/wiki/Working-with-Input-Views#spinners to populate the items (i.e android:entries) and set the selected value using the last code snippet.

Let us know if you have any other thoughts or questions about this assignment. The next assignment (Twitter Client) will be very important since it introduces the majority of the remaining pieces necessary to build a fully functional API client with complex feeds of data and user creation.