An open API service indexing awesome lists of open source software.

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 💵 💰

Awesome Lists containing this project

README

          

Price Per Unit


A simple Android app that helps you compare prices of similar products


Header Image


Get it on F-Droid
Get it on Google Play


Related post on Nitratine.net

## 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

| ![Gallery Item 1](https://github.com/brentvollebregt/price-per-unit/blob/master/published_graphics/Gallery1.png?raw=true) | ![Gallery Item 2](https://github.com/brentvollebregt/price-per-unit/blob/master/published_graphics/Gallery2.png?raw=true) | ![Gallery Item 3](https://github.com/brentvollebregt/price-per-unit/blob/master/published_graphics/Gallery3.png?raw=true) | ![Gallery Item 4](https://github.com/brentvollebregt/price-per-unit/blob/master/published_graphics/Gallery4.png?raw=true) |
|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|

## 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).