Radix Calculator app with Jetpack Compose. View on the Play Store: https://play.google.com/store/apps/details?id=com.maxotuteye.radix
Radix Calculator allows users to easily convert a value from any base to any other base, within the range of base 2 (binary) to base 27 (septemvigesimal).
Conversion is first done from the given base to base 10, which serves as an intermediary base. The value in base 10 is then converted to the desired base. Conversions are done using recursive multiplications with varying exponents.
The app was built with Jetpack Compose on Android Studio using Kotlin.
Radix Calculator was built with the State pattern and the MVC architecture
Clone the project in a version of Android Studio compatible with Jetpack Compose. Allow Android Studio to download dependencies. Build the project.