/unit-converter

Unit Converter.

Primary LanguageJava

Homework: Unit Converter

The assignment and problems encountered

The task of this assignment was to develop an Android application which performs basic unit conversion. The first Activity in the application is the main one and it should contain buttons with images leading to appropriate conversion Activities. These Activities should contain an input field so that the user can provide the physical quantity and two spinners - one for the initial measurement unit and one for the desired unit. The conversion result should be shown in a separate, dedicated Activity.

Utilised snippets/solutions/libraries/SO answers

Screenshots

Samsung Galaxy Note 3 (SM-N900) running Lollipop (5.0)

Bottom line

A potential improvement would be to rewrite the application code so that only one Activity is used to represent all four conversion Activities, given the small differences between them.