zapposAssignment
This repository contians the App Challenge by Zappos to build a simple android e-commerce app.
Features:
- The app fetches some default products on start.
- The user can make custom searches for products.
- Cards on initial screen can be swiped to remove from the page.
- The product page contains animations on cart, image loading, fab icon, etc.
- A product can be shared to your friends if they have this app installed.
- The product page uses databinding for binding to viewmodels.
- App uses Retrofit and Picasso as REST clients to communicate with the services.