Android Open Source - Calculator notation RPNCalc






Project Summary

Reverse Polish Notation Calculator for Android. Includes a java Stack with RPN operators..

Web Site / Source Repository

RPNCalc is hosted in the following web site
https://github.com/alexriley/RPNCalc

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

ItemValue
Java File Count3
Target SDK Version16
Minimum SDK Version8
Activity Count1




License

The license information of RPNCalc is as follows:

GNU General Public License

Java Source Files

com.adr.RPNcalc.Calculator.java
com.adr.RPNcalc.RPNStack.java
com.adr.RPNcalc.Stack.java