Calculator-App

A simple calculator app to solve day to day mathematical calculations.The app is made in Kotlin.The app uses the concept of ViewBinding.View Binding is one of the best features which provides the views to bind with the activity which is ongoing. Replacing the findViewById() method, hence reducing the boilerplate code, generated the instances of the views of the current layout.

Screenshots

Screenshot_2 Screenshot_3 Screenshot_4

Screenshot_1

Recording

calculator-app_ku4K0rts.mp4

Installation

Download the project either by git clone or download and extract the zip, then load the project in your Android Studio. You are free to do the modifications as your wish, You can even directly try app by installing in your phone, the apk file is in "Apk releases" folder, or you can get it by Clicking here.