Android Open Source - Calculator application CulcuCalculator






Project Summary

Simple but advanced android calculator application.

Web Site / Source Repository

CulcuCalculator is hosted in the following web site
https://github.com/sambulosenda/CulcuCalculator

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

ItemValue
Java File Count11
Supported screen sizes[hdpi]
Target SDK Version8
Minimum SDK Version4
Activity Count2
jar files usedantlr-runtime.jar
cern-jet.jar
Asset File Namesassets\outputfont.ttf




License

The license information of CulcuCalculator is as follows:

GNU General Public License

Resource Files

There are 42 image files in CulcuCalculator. 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
com.sowg.calc.Splash.java