As a mobile app developer, there's a lot of things to take care before you decide your single mobile screen is complete and ready before you move on to the next screen.
Checklist
- Design is consistent across various screen sizes.
- Design is consistent across various OS versions
- Form validations work as expected.
- Validation errors are displayed as expected.
- Text wrap or truncate as expected.
- List down the data points on the screen.
- Remove/add unwanted/missed data points in your model.
- Data from API/Database is correctly set to model.
- Data from model is correctly set to View.
- All buttons/actions are handled.
- Feedback on buttons/actions is handled.
- API/Database response success/error messages are handled.
Feel free to add your own points in the comments...
Top comments (0)