Skip to content

Latest commit

 

History

History
324 lines (210 loc) · 24.5 KB

README.md

File metadata and controls

324 lines (210 loc) · 24.5 KB

Title Image


Learn about a new Technology Term everyday

  • Code with lint checks: In addition to ensuring your app meets its functional requirements by building tests, it's important that you also ensure your code has no structural problems by running the code through lint. The lint tool helps find poorly structured code that can impact the reliability and efficiency of your Android apps and make your code harder to maintain.
    For example, if your XML resource files contain unused namespaces, this takes up space and incurs unnecessary processing. Other structural issues, such as use of deprecated elements or API calls that are not supported by the target API versions, might lead to code failing to run correctly. Lint can help you clean up these issues, Know More.

Errors

Tools

Software and Programming Updates

Error [Android]

Developer's Blogs

Software Development Podcasts

Project Ideas

Read Later