Android Open Source - Calculator matrix simple-matrix






Project Summary

Square matrix calculator for Android.

Web Site / Source Repository

simple-matrix is hosted in the following web site
https://github.com/AlexKang/simple-matrix

If you think the Android project simple-matrix 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 simple-matrix.

ItemValue
Java File Count11
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count5
Fragment Count1
jar files usedandroid-support-v4.jar




License

The license information of simple-matrix is as follows:

MIT License

Resource Files

There are 2 image files in simple-matrix. The names of the image files are listed as follows.

ic_action_cancel.png
icon_final.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.alexkang.x3matrixcalculator.DisplayResultActivity.java
com.alexkang.x3matrixcalculator.MainActivity.java
com.alexkang.x3matrixcalculator.MatrixRational.java
com.alexkang.x3matrixcalculator.Matrix.java
com.alexkang.x3matrixcalculator.SettingsActivity.java
com.alexkang.x3matrixcalculator.calculations.Advanced.java
com.alexkang.x3matrixcalculator.calculations.Basic.java
com.alexkang.x3matrixcalculator.calculations.RationalAdvanced.java
com.alexkang.x3matrixcalculator.calculations.RationalBasic.java
com.alexkang.x3matrixcalculator.calculations.RationalCalc.java
com.alexkang.x3matrixcalculator.calculations.Rational.java