2015/12/12

Beginner's Android App Development - Simplest Price Comparison

This post is a summary of my 1st Android App. This App allows its user to enter the price and quantity per package (bag, can, pound, kg, inch, meter, etc.) of a product and calculate and keep the unit price in a list for easy comparison. I developed this App to help me find the product with the lowest unit price when I face similar products of different quantity and price.

Sample Screen Shots


Source Code

MainActivity.java



Layout

activity_main_add_header.xml



about.xml



Manifests

AndroidManifest.xml



Download & Installation:

This App can be found at the link below.

https://play.google.com/store/apps/details?id=com.whhuang.simplest_price_compare&hl=en

This is a work in progress as I am very new to Android App. development. I welcome any comments and suggestions on how to improve my skill and this App.

Further Works:
- Add support for multi-language (English, Chinese);
- Support for different screen resolutions;
- Take photo of the product and represent each product with its photo;
- Save result to local storage space;
- Save result to cloud storage;
- Beautify the UI.