Skip to content

coperand/Calculator199

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator199

Simple Android calculator written in C# using Xamarin - platform for building mobile apps with .NET and C#.

The computing function (called Calculate) uses a recursive algorithm. The original string is spliting into parts until only one number remains in each. Then, on the rise, a step-by-step calculation takes place.

Interface

Screenshot_20200306-2002472

About

Simple Android calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages