https://github.com/brentvollebregt/price-per-unit
An Android app that helps you compare prices of similar products 💵 💰
https://github.com/brentvollebregt/price-per-unit
android java price price-per-unit unit-price
Last synced: 3 months ago
JSON representation
An Android app that helps you compare prices of similar products 💵 💰
- Host: GitHub
- URL: https://github.com/brentvollebregt/price-per-unit
- Owner: brentvollebregt
- License: apache-2.0
- Created: 2018-06-20T12:49:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T05:17:43.000Z (over 5 years ago)
- Last Synced: 2025-03-27T12:52:31.997Z (over 1 year ago)
- Topics: android, java, price, price-per-unit, unit-price
- Language: Java
- Homepage:
- Size: 7 MB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Price Per Unit
A simple Android app that helps you compare prices of similar products
## Introduction
I really wanted some more practice with the Android SDK so I decided to make something that I would have liked to have.
This app compares prices for similar items and will calculate the price per unit for each item. These values can then be compared to find the best value for money. Simply give a name (optional), enter in the cost, amount and size of each item and the unit per dollar will be calculated.
This app is ideal to find the best price in supermarkets but will work just in well at other stores that sell the same type of items for different prices or you can even compare prices from different stores.
## Screenshots
|  |  |  |  |
|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
## Features
- 4 unit types (Weight, Volume, Length and Pieces) with sub units
- Easily change the currency symbol
- Summary of calculated unit/$
- Can view all items converted to one single unit
- Remember data after the app is closed
- Change rounding dp
- No permissions!
- No Ads!
- Collects no data!
## Development
To build this you will need to be using Java 1.8. You can get a JRE from https://adoptium.net/temurin/releases/. After setting JAVA_HOME to the root of the JDK (the folder that contains bin, include, jre, etc), go into Android Studio and select Settings -> Build, Execution, Deployment -> Build Tools -> Gradle and set the Gradle JDK to JAVA_HOME (which should be 1.8).

