Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 632 Bytes

NumberConverter

Description

This project is an Android application that allows users to convert between the 4 most commonly used number systems. It has a custom keyboard which prevents users from entering digits outside of the current number system. An input and output mode selector was implemented using the Android SDK Spinner class.

Installation

To install this application, clone the repository onto your computer and use Android Studio to build to a connected Android Device.

Available Number Systems

The following number systems are currently available in the application:

  • Binary
  • Decimal
  • Hexadecimal
  • Octal