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
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
Last edited: