Hacker News new | ask | show | jobs
by on_and_off 4346 days ago
what matters is what you can do, how much you understand the platform tools (it is not required of a junior developer to write renderscript kernels, but he/she at least need to know basic concepts such as view recycling or view holders) and whether you are able to write maintainable & extensible code. This course probably help for at least some of these points.

I just reviewed a test made by somebody that would like to join our team. There were some very weird use of view in there, for example holding references to dozens of view objects in order to display them in a grid instead of caching the bitmap themselves, among other things. That was a big no-no. A junior developer is going to make mistakes (and she already has a couple of years of experience) but if each of his/her code reviews end up with a -2, both parties are going to lose their time.