Skip to content

A simple and beautiful Calculator made with Kotlin for Android Devices.

License

Notifications You must be signed in to change notification settings

daavsnts/android-calculator

Repository files navigation

A simple and beautiful Calculator made with Kotlin to Android devices.
Made following Clean Code and Android conventions from Google codelabs.

⚙️ Technologies used in this app

  • Architecture: MVVM/Clean Architecture.
  • Layout: ConstraintLayout using View/databinding.
  • State: LiveData
  • Database: Room.
  • Threading: Coroutines.
  • Theming: Material Light/Dark Theme.
  • Screens: Activities and Fragments.
  • Tests: Espresso, Barista, JUnit.
  • UX/UI: Figma
  • Graphic Design: Adobe Photoshop

✨ Features

  • Simple calculations.
  • Open/close scientific keyboard on portrait mode.
  • Scientific calculations.
  • Use last result in next calculation.
  • Numbers formated with commas and dots.
  • Copy operands/calculations to clipboard.
  • Get/delete/clear operations from history.
  • History with persistent storage.
  • Dark/light themes.
  • Landscape mode.

👀 Previews


About

A simple and beautiful Calculator made with Kotlin for Android Devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages