Simple everyday RPN calculator for Android.
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.
The following table is the detailed list of RPN.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Test Case Count | 2 |
Required Permissions | android.permission.VIBRATE |
Asset File Names | assets\EULA.txt assets\fonts\RPN.TTF assets\fonts\Roboto-Light.ttf |
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