Developer Check points
A. App Properties
App Name
Package Name (with Proper Naming Standards)
Splash Screen Text and Image
App Icons
Naming Standards for all Identifiers
B. Page Properties
Page headings
Should be in same font style, size and padding for all pages
Same format of font type (All Caps or First letter caps)
Action colour and icons
Colour pattern
Size
Alert/Dialog/Popup headings and messages
Same format of font type (All Caps or First letter caps)
May be the App name or Meaningful title.
Page primary and secondary colours
Primary colour for the app bar and other primary UI elements
Page background
Avoid different colours in pages.
Overall page space with components
Should be in same margin and padding for all pages
C. Component Properties
Components colours and its parent alignment
Components alignment
Name and string contents
Space between components
Validation functionalities and messages
Images size and alignment for different resolution devices
Text sizes for different devices
Font family and type
D. Dependencies Check
Validate permissions, remove unwanted permissions.
Validate libraries, remove unwanted libraries.
External storage usages
Firebase platform usage and configuration
Google analytics
Third party library configuration
E. Config, Build,Deployment
Middleware/Third Party API configuration
DB Configuration
Software Versions and Libs Version
Functionality testing
Build number
Update version update note for each and every time in readme.txt
Git commit
Refer