Skip to content

A repo where I document Logs of stuff I read, Tool and resources I found interesting, useful.

Notifications You must be signed in to change notification settings

ashandilya/WhatILearntToday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 

Repository files navigation

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

About

A repo where I document Logs of stuff I read, Tool and resources I found interesting, useful.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published