Android Open Source - Calculator scientific SOWGcalc






Project Summary

A simple, sleek calculator with both basic and scientific functions. Platform: Android.

Web Site / Source Repository

SOWGcalc is hosted in the following web site
https://github.com/walentys/SOWGcalc

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

ItemValue
Java File Count10
Target SDK Version8
Minimum SDK Version4
Activity Count1
jar files usedantlr-runtime.jar
cern-jet.jar
Asset File Namesassets\outputfont.ttf




License

The license information of SOWGcalc is as follows:

GNU General Public License

Resource Files

There are 42 image files in SOWGcalc. The names of the image files are listed as follows.

blk_btn.png
btn_0.png
btn_1.png
btn_2.png
btn_3.png
btn_4.png
btn_5.png
btn_6.png
btn_7.png
btn_8.png
btn_9.png
btn_backspace.png
btn_c.png
btn_cos.png
btn_decimal.png
btn_div.png
btn_e.png
btn_equals.png
btn_factorial.png
btn_ln.png
btn_log.png
btn_lparen.png
btn_mc.png
btn_minus.png
btn_mminus.png
btn_mplus.png
btn_mr.png
btn_mult.png
btn_pi.png
btn_plus.png
btn_power.png
btn_rparen.png
btn_sin.png
btn_sqrt.png
btn_tan.png
eql_btn.png
gry_btn.png
prs_btn.png
prs_eql_btn.png
prs_zero_btn.png
tan_btn.png
zero_btn.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.sowg.calc.CalcGrammar.java
com.sowg.calc.CalcLexer.java
com.sowg.calc.CalcParser.java
com.sowg.calc.Constants.java
com.sowg.calc.Helper.java
com.sowg.calc.Memory.java
com.sowg.calc.SOWGButton.java
com.sowg.calc.SOWGEditText.java
com.sowg.calc.SOWGNumberKeyListener.java
com.sowg.calc.SOWGcalc.java