- Login, Sign up and Log out easily
- View all products on API
- View product details and related products
- Review product image by touch to the image on product detail screen
- Works without network connection by caching data
- MVVM Architecture
- Architecture Components
- Retrofit2 & OkHttp3 for API calls
- Glide for images loading
- PhotoView for zoomable imageview
- Navigation Component for transitions between fragments
- Coroutines for asynchronous process
- Room for store data and manage local database
- Google Truth for unit tests