Please review two branches:
- Master - original application with RealmList implementation (which allow to keep all loaded product items and show it in RecyclerView). This is cost device storage space.
- Smooth - use classic implementation
This assignment is demonstrate:
- Android coding standards and good code design
- Custom views implementation
- Material Design for the application
- Integration with Realm database
- Integration with Volley and ButterKnife libraries

