Details
-
Task
-
Status: Closed
-
TBD
-
Resolution: Won't Do
-
Medium
-
Description
Android Studio provides a code scanning tool called lint that can help you to identify and correct problems with the structural quality of your code without your having to execute the app or write test cases. Each problem detected by the tool is reported with a description message and a severity level, so that you can quickly prioritize the critical improvements that need to be made.
Resources:
Submission Steps: