Android Developer ScriptsThis project aims to collect scripts that are useful for Android developers. Script Descriptionscheck-drawables.bashThis script checks each drawable in PROJECT/res/drawable (and related folders) and searches all xml and java source files to determine if the drawable is used in the project. check-layouts.bashThis script checks each layout in PROJECT/res/layout (and related folders) and searches all xml and java source files to determine if the layout is used in the project.
|