Hi,
In section 2.2.14 Arguments in Fragments and Activities from project_and_code_guidelines.md in the method getStartIntent(), you call:
intent.putParcelableExtra(EXTRA_USER, user);
it must be:
intent.putExtra(EXTRA_USER, user);
Thank you very much for this repo!.
Regards,
Guillermo