.. (לתיקייה המכילה) | ||
Should we match the exact UI as in the example? | |
You should match the structure of the UI. The colors are allowed to be different. |
What kind of validations should we do on the inputs? | |
The validations should be as strict as possible. Use all the means you have available. Prevent what you can and validate what you can't prevent. (For example, take a look at the input type attribute of EditText) |
How do I respond to button clicks? | |
See the slides regarding OnClick function. |