Android Open Source - Calculator rpn RPN






Project Summary

Simple everyday RPN calculator for Android.

Web Site / Source Repository

RPN is hosted in the following web site
https://github.com/lpar/RPN

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

ItemValue
Java File Count8
Target SDK Version18
Minimum SDK Version14
Activity Count1
Test Case Count2
Required Permissionsandroid.permission.VIBRATE
Asset File Namesassets\EULA.txt
assets\fonts\RPN.TTF
assets\fonts\Roboto-Light.ttf




Java Source Files

RPN has the following Java source files.

com.ath0.rpn.ApplicationTest.java
com.ath0.rpn.CalculatorKeyLayout.java
com.ath0.rpn.CalculatorStack.java
com.ath0.rpn.InputBuffer.java
com.ath0.rpn.Main.java
com.ath0.rpn.test.CalculatorStackTest.java
com.ath0.rpn.test.InputBufferTest.java