An android shopping application as a submission for the assignment 2 of the Mobile Programming course in Hanoi University.
- Display products from https://mpr-cart-api.herokuapp.com
- Add products to cart.
- Search for products by name.
- Loading behavior.
- Offline Support:
- Products info & images can be loaded from local storage if there is no network available.
- User's cart items is persisted between sessions.