About Reverse Polish Notation
Just an implementation of Material Design in a Reverse Polish Notation app. The RPN algorithm is based on Boyko Bantchev's: http://www.math.bas.bg/bantchev/place/rpn/rpn.java.html.
I'm probably not going to update this to be a full calculator. This was more of an experiment to try out Google's Material Design.
Source code is available at: https://github.com/AlexBeschler/ReversePolishNotation
Download and install
Reverse Polish Notation version 1.0r on your
Android device!
Downloaded 50+ times, content rating: Everyone
Android package:
com.alexbeschler.reversepolishnotation, download Reverse Polish Notation.apk
by C####:
Instead of a stack, one enters a prefix equations and then computes the value that is displayed in some hard to read and non-persistant pop-up at the bottom of the screen. A proper RPN calculator should allow for stack-based evaluation. Also, this does not provide dedicated input so you must use the generic keyboard to enter the equation.