Android Development Tip

While programming, it is beneficial to use any help you can get from the compiler. Since I use console/VIM/ant development approach for Android development here is a little tidbit that can help you.

In your Android project, inside the document.properties file, add the line java.compilerargs=-Xlint:deprecation -Xlint:unchecked

N:: on 05/30/2012