ipince / codepath

Repo to hold codepath bootcamp code.
0 stars 0 forks source link

[Android Bootcamp] Review Image Searcher #3

Open ipince opened 10 years ago

ipince commented 10 years ago

Hello.

Deadline is upon us, so here's the submission for the Image Searcher. It mostly works, but it needs LOTs of polishing. Also I encountered some bug with the endless scroll that makes it never call loadMore() in some cases. Unable to debug so far. (Hax stopped working so my emulator has been incredibly slow and debugging has been a pain too).

Anyway, enjoy!

/cc @nesquena

ipince commented 10 years ago

Haxm problem was related to OS 10.9. A hotfix is needed: http://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

Can't determine what's happening with the infinite scroll, though with the accelerated emulator it hardly ever happens.

nesquena commented 10 years ago

:+1: nice work. 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.

Haxm problem was related to OS 10.9

Glad you figured that out.