Android App Delivery Checklist 2017
Hi All, I have shared the Android App Delivery Checklist for the Developers. The checklist items are gathered from the experience of my Android career. Basic Checklist Must satisfy the Client requirement and the changes committed Make sure all the web services are pointing to correct web server or Backend Check the Version code and Version name was updated properly Check the app is working fine in both Wi-Fi and Mobile data connections Make sure the app is working on most of the devices and versions ( available with you ) Run the Automation Test which was captured earlier and make sure overall functionalities are working fine Make sure that everyone who involved in the project is aware of the delivery Technical Checklist Check the Manifest and Gradle file twice and remove unwanted data/dependencies Apply Inspect source from Android Studio find unnecessary things and remove from the source code like Logs, unused imports, r...