Android Open Source - Calculator convert BinaryCalculator






Project Summary

This is SigMobile @ UCF's first android application. It is a calculator/converter that works with the following bases: Binary, Hexadecimal, Octal, Decimal..

Web Site / Source Repository

BinaryCalculator is hosted in the following web site
https://github.com/SigMobile/BinaryCalculator

If you think the Android project BinaryCalculator listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of BinaryCalculator.

ItemValue
Java File Count14
Target SDK Version19
Minimum SDK Version8
Activity Count2
Fragment Count4
jar files usedsupport-v4-19.0.1.jar




Resource Files

There are 2 image files in BinaryCalculator. The names of the image files are listed as follows.

backspace_small.png
backspace_small_old.png

The following screenshort is generated from the image listed above.

null

Java Source Files

BinaryCalculator has the following Java source files.

com.ACM.binarycalculator.Activities.CalculatorFloatingPointActivity.java
com.ACM.binarycalculator.Activities.CalculatorPagerActivity.java
com.ACM.binarycalculator.Activities.SingleFragmentActivity.java
com.ACM.binarycalculator.DataModels.ExpressionHouse.java
com.ACM.binarycalculator.Fragments.CalculatorBinaryFragment.java
com.ACM.binarycalculator.Fragments.CalculatorDecimalFragment.java
com.ACM.binarycalculator.Fragments.CalculatorFloatingPointFragment.java
com.ACM.binarycalculator.Fragments.CalculatorHexFragment.java
com.ACM.binarycalculator.Fragments.CalculatorOctalFragment.java
com.ACM.binarycalculator.Interfaces.FragmentDataPasser.java
com.ACM.binarycalculator.Utilities.BitwiseEvaluator.java
com.ACM.binarycalculator.Utilities.Fractions.java
com.ACM.binarycalculator.Utilities.InfixToPostfix.java
com.ACM.binarycalculator.Utilities.PostfixEvaluator.java