Showing posts with label Library. Show all posts
Showing posts with label Library. Show all posts

Wednesday, February 19, 2014

ProGuard

ProGuard is a must. We will never release a version without turning it on.

Sunday, January 5, 2014

3rd party libraries and Using maven

When using 3rd party open source libraries, we usually get the choice either to download the JAR/project files or to use Maven to fetch them. We should always try and use Maven for better maintenance and version control.