Share My Creation RPN Calculator

I needed a calculator on my Android device and ported my RPNCalc program from Basic4PPC to Basic4Android.
The result is below.
It's designed for any screen size.
RPN means Reverse Polish Notation.
RPN was used by almost all HP calculators.
At the beginning RPN seems strange but when used to it you wont have something else at least me.
Uses following libraries:
Phone (standard)
RichString (additional)


Bug reports and suggestions are welcome.

Best regards.

EDIT: 2012.11.25
Updated, works also on panels (withAutoScale).

EDIT: 2013.06.03
The program has become a CustomView Class and a Library.
ClassRNPCalc.zip is the project with the Class, possible to compile into a Library
RPNCalc.zip a standalone calculator using the RPNCalc Library
LibraryRPNCalc.zip the two library files
 

Attachments

  • ClassRPNCalcV3_0.zip
    20.2 KB · Views: 672
  • RPNCalc.zip
    8.5 KB · Views: 630
  • RPNCalc1.png
    RPNCalc1.png
    39.4 KB · Views: 3,448
  • RPNCalc2.png
    RPNCalc2.png
    39.2 KB · Views: 691
  • LibraryRPNCalc.zip
    18.1 KB · Views: 635
Last edited:

alfcen

Well-Known Member
Licensed User
Longtime User
Gruetzi Klaus,

You may be glad knowing that your calculator looks on a 640 x 960 screen exactly like your 480/800 screen shot. Awesome program, I wish my maths were as superb as yours.

Attached an icon for RPNCalc. Please use or abuse.

Cordialement
Robert
 

Attachments

  • rpnicon.png
    rpnicon.png
    6.4 KB · Views: 422
Top