mriat / GridImageSearch

Project 2 at CodePath
0 stars 0 forks source link

[Android Bootcamp] Project 2 - GridImageSearch #1

Open mriat opened 10 years ago

mriat commented 10 years ago

Submitting completed app and appropriate README. Author: Mayan Riat

/cc @nesquena @thecodepath

vibhorB commented 10 years ago

Nice work Mayan. A few notes after checking out the code:

Also, here's a more detailed Project 2 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission.

Let us know if you have any other thoughts or questions about this assignment. The next assignment (Twitter Client) will be especially 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.

mriat commented 10 years ago

Thanks Vibhor,

I had trouble with DialogFragments combined with spinners.

Is there a guide that I can follow to implement this in my project? I created the DialogFragmentDemo from the cliffnotes, but that sample code does not pertain to implementing spinners.

Thanks!