Tape calculator

klaus

Expert
Licensed User
Longtime User
This is my first program with B4Android.
It's a simple kind of paper roll calculator with display of the different calculations.
I have used one routine for the Click event of most buttons using the Tag parameter to know what button fired the event.
As I don't have a device I tested it only on the emulator.

Best regards.

EDIT 2010.11.12 Updated
 

Attachments

  • TapeCalc.jpg
    TapeCalc.jpg
    36.1 KB · Views: 257
  • TapeCalc.zip
    12.1 KB · Views: 269
Last edited:
D

Deleted member 103

Guest
Hallo Klaus,

gratulation zur deine Erste Android-Anwendung.

Die Anwendung lauf gut auf mein Desire, was noch fällt ist ein Klick-Ton und die Vibration bei klicken.

Underschied zwischen Emulator und Desire: das Emulator-Display wird komplett gefüllt, beim Desire wird das Display nicht komplett gefüllt es bleibt am untere Rand ca. 1cm leer.

Ciao,
Filippo
 

Amalkotey

Active Member
Licensed User
Longtime User
@Klaus: sieht toll aus :sign0060:

@Filippo: Hast du dein desire gerootet? hast du eine stock oder custom-ROM installiert?

Cu
Amalkotey
 
D

Deleted member 103

Guest
@Filippo: Hast du dein desire gerootet? hast du eine stock oder custom-ROM installiert?
@Amalkotey: nein, ich habe es nicht gerootet.
Das Problem habe ich aber schon gelöst. Ich habe ein neuer Emulator erstellt mit den Größe vom Desire, die Buttons verschoben und jetzt passt alles.
 

klaus

Expert
Licensed User
Longtime User
Hallo Jungs,
Danke für Euere Kommentare :).

@Filippo,
Könntest Du mal Deine geänderte Version schicken, will mal Versuchen das Programm mit 2 Layouts zu erstellen.
Could you send your modified version I would try the progam with 2 layouts.

The progam has been updated in the first post. Added a kind of togglebutton with bitmap changes for one button (details for that can be found here http://www.b4x.com/forum/beta/6575-button-bitmap-image-pressed-drawable.html ).

Best regards.
 
D

Deleted member 103

Guest
Hallo Klaus,

anbei den Layouts für den Desire.


Ciao,
Filippo
 

Attachments

  • TapeCalc-1.zip
    12.1 KB · Views: 196
Last edited by a moderator:
Top