Skip to content

perpetio/pricey

Repository files navigation

Pricey

E-commerce app written with Jetpack Compose

See our tutorial post:

How to Make an Android E-commerce Price Comparison App From Scratch

Preview

Features include:

  • display products by category
  • search of products
  • filter and sort products by price, rating and expiration date
  • make a basket list
  • dark theme support

Dark theme

Used libraries:

  • 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.

Getting started

  1. Clone the repo
 $ git clone https://github.com/perpetio/pricey.git
  1. Open project in Android studio or IntelliJ IDEA
  2. Run on android device using your IDE's tools.