Skip to content

Easily switch between binary, octal, decimal, and hexadecimal number bases with this simple and sleek converter. Features light/dark mode, clear/delete buttons, and an intuitive interface. Check out the screenshots and demo video! Get started by cloning the repo and opening it in Android Studio.

Notifications You must be signed in to change notification settings

kariemSeiam/number-converter-app

Repository files navigation

Number Base Converter

A simple number base converter app that allows users to convert numbers between binary, octal, decimal, and hexadecimal bases.

Features

  • Convert numbers between binary, octal, decimal, and hexadecimal bases
  • Light and dark mode
  • Clear and delete buttons
  • Simple and intuitive user interface

Screenshots

Screenshot1 Screenshot2

Demo Video

video.mp4

Getting Started

To get started with the app, clone this repository and open the project in Android Studio.

git clone https://github.com/kariemSeiam/number-converter-app.git

Dependencies

This app uses Data Binding Library for View Binding.

android {
    ...
    buildFeatures {
        dataBinding true
    }
}
dependencies {
    implementation 'com.google.android.material:material:1.8.0'
}

About

Easily switch between binary, octal, decimal, and hexadecimal number bases with this simple and sleek converter. Features light/dark mode, clear/delete buttons, and an intuitive interface. Check out the screenshots and demo video! Get started by cloning the repo and opening it in Android Studio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages