Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 338 Bytes

File metadata and controls

10 lines (8 loc) · 338 Bytes

Android Calculator

Features

  • Built using Kotlin with Jetpack Compose
  • MVVM architecture
  • Used MutableDataLive in ViewModel to observe from the MainActivity to display a Toast message
  • Converted from infix expression to postfix expression to maintain precedence

Screenshot