Attached you find a small kind of paper tape calculator that memorizes the different operations.
This was my first program in B4Android ported from B4PPC.
It uses one Togglebutton with user defined bitmaps added in the code.
Uses following libraries:
StringUtils (standard)
AHLocale (additional)
Best regards.
EDIT: 2012.11.26
Updated the program, works also on tablets.
EDIT: 2013.06.20 Version 1.4
Added landscape mode, with no loss of calculation.
Added multilanguage, currently en, fr, de
The language files are in the File.DirRootExternal/TapeCalc folder.
To add a new language you can translate one of the existing files and add it to the File.DirRootExternal/TapeCalc folder.
The device default language is checked and if a file for this language does exist it is loaded otherwise the english file is loaded.
The files are tapecalc_xx.txt, xx = 2 character international code like en, fr, de
This was my first program in B4Android ported from B4PPC.
It uses one Togglebutton with user defined bitmaps added in the code.
Uses following libraries:
StringUtils (standard)
AHLocale (additional)
Best regards.
EDIT: 2012.11.26
Updated the program, works also on tablets.
EDIT: 2013.06.20 Version 1.4
Added landscape mode, with no loss of calculation.
Added multilanguage, currently en, fr, de
The language files are in the File.DirRootExternal/TapeCalc folder.
To add a new language you can translate one of the existing files and add it to the File.DirRootExternal/TapeCalc folder.
The device default language is checked and if a file for this language does exist it is loaded otherwise the english file is loaded.
The files are tapecalc_xx.txt, xx = 2 character international code like en, fr, de
Attachments
Last edited: