This is SigMobile @ UCF's first android application. It is a calculator/converter that works with the following bases: Binary, Hexadecimal, Octal, Decimal..
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.
The following table is the detailed list of BinaryCalculator.
Item | Value |
---|---|
Java File Count | 14 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 4 |
jar files used | support-v4-19.0.1.jar |
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.
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