My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Android Developer Scripts

This project aims to collect scripts that are useful for Android developers.

Script Descriptions

check-drawables.bash

This 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.bash

This 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.

Powered by Google Project Hosting