Hi Grobi,
Congratulations for your first program. Quite nice
!
I like the direct conversion just after entering each character !
Some comments:
- I would hide the none relevant buttons depending on the input type. I prefer avoiding the user making 'errors' rather than displaying an error message.
- You have Panel2 just for the background color, this can directly be set to the Activity.
- Panel3 is never used.
- In some areas the code can be simplified.
- A 'Clear' button could be useful, even though, clicking on the given entry field has the same effect.
- You set the Activity title with the program name and version, but the title bar is not active.
- There is no layout for the standard screen size.
I took the liberty to make some minor modifications in your program.
I added also french texts.
You should not add libraries in the zip file !
@Tom,
You find the libraries in the
List of avaliable Libraries.
Best regards.
EDIT: 2011.11.22 Removed sorce file, no more needed.