Skip to content

scoutant/rpn

Repository files navigation

RPN Calculator

RPN

Get it on F-Droid

Very easy to use RPN Calculator for Android device. Neat and simple, yet powerful for everyday use.

Do remember that with Reverse Polish Notation you first type the numbers and you finish with the operator. See https://en.wikipedia.org/wiki/Reverse_Polish_notation.

For example, how many hour in a week? :

24 7 *

You may appreciate the Undo feature.

Source code is written Kotlin as alternative to Java.

Source code licensed under the GNU Public License, Version 3. Improvements are welcome.

Hosted on http://github.com/scoutant/rpn. Visit http://scoutant.org.

In addition to Kotlin we experiment here another new feature : VectorDrawable. The icons and authored with Inkscape and we converted to Android vector drawable xml format with following converter : http://a-student.github.io/SvgToVectorDrawableConverter.Web

Version history

1.3 2021/10 Android 12

  • Landscape mode
  • Reverse portrait mode (issue #10)
  • Vibrator effects
  • Android 12
  • Gradle 7
  • Kotlin 1.5

1.2 2020/04 Android 10

  • Android 10
  • AndroidX Jetpack refactoring
  • Github CI test and build

1.1 2018/10 Android 9

  • Android 9

1.0 2017/06

Initial release