Use the following checklist to evaluate your app design.

S.NoArtifactSuccess Criteria
1Font uniformityFont size is uniform across the solution Font color is uniform across the solution Fonts are readable in all the intended device
2Color AccessibilityThe colors used in this solution are accessible by all user groups.
3Uniformity of color and design schemeThe color and UI design are uniform and presentable
4Ease of use for usersThe solution is intuitive and easy to use with minimal directions
5Minimum number of screens to achieve a use-caseAll use-cases could be achieved in a minimum number of screens and steps
6PerformanceCaching is used where needed only columns that are needed are pulled from database Minimum number of calls to server is made to achieve anyuse-case.
7Presentation of informationInformation is presented is the most accessible formatUI layout is suitable for providing the information in the best wayUI layout provides a seamless experience in all the devices that the solution could be run/
8ResponsivenessThe solution is tested in all the intended devices for the solution
9Accessible contentContent provided in the solution could be rendered in all the intended devices.
Example: Do not have videos that could not render in certain browsers.Does not have unnecessary redirectsDoes not have interstitials that interrupts the user’s flowDesign is suitable for touch screen. If your intended device is mobile or tablet, then your solution should be designed for a touch screen
10Accuracy of informationThe information provided in the UI should help the user achieve the use case with minimal interruption in the intended flow of user actions to achieve that scenario
Advertisement