Skip to content

NITIN23329/CalculatorApp

Repository files navigation

CalculatorApp

This is a Calculator android application which performs some basic operation such as +, -, * or /. It also has a DEL button which removes the last added number or decimal(if present at last) and a CLR button which will clear everything from app so that we can start fresh. It also has a NEG button which toggles the sign of current number. Numbers are represented using EditText and operation is represented using TextView. I have also added saving and reloading facility for the opperation which is currently happening when apps changes its orientation.

Blueprint for Portrait mode:

Screenshot 2021-05-28 at 21 07 31

Blueprint for Landscape mode:

Screenshot 2021-05-28 at 21 06 36

Actual Portrait Layout:

Screenshot_20210528_210828

Actual Landscape Layout:

Screenshot_20210528_210857

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages