For small application which uses 20 or 30 records, each of them is cca 15 fields, what is best way do design application?
Is it better to store data in dynamic array or SQLite is not big overkill for average phone?
How to represent data on screen. If I put some TextBox on screen, is there some way that TextBox is connected with certain (SQlite) field, so that programmer thus not have to fill all TextBoxes each time record changes, or to update database if user changes some value in TextBox? Something like DBTextBox control in some desktop RAD packages..
:sign0104:
Is it better to store data in dynamic array or SQLite is not big overkill for average phone?
How to represent data on screen. If I put some TextBox on screen, is there some way that TextBox is connected with certain (SQlite) field, so that programmer thus not have to fill all TextBoxes each time record changes, or to update database if user changes some value in TextBox? Something like DBTextBox control in some desktop RAD packages..
:sign0104: