E-commerce app written with Jetpack Compose
How to Make an Android E-commerce Price Comparison App From Scratch
- display products by category
- search of products
- filter and sort products by price, rating and expiration date
- make a basket list
- dark theme support
- Navigation Component - provides navigation between composables while taking advantage of the Navigation component’s infrastructure and features.
- System UI Controller - provides easy-to-use utilities for updating the System UI bar colors within Jetpack Compose.
- Clone the repo
$ git clone https://github.com/perpetio/pricey.git
- Open project in Android studio or IntelliJ IDEA
- Run on android device using your IDE's tools.