Constructs a new ResourceItemparamname the name of the resource as it appears in the XML and R.java files. mName = name;
mName = name;
Compares the {@link ResourceItem} to another.paramother the ResourceItem to be compared to. return mName.compareTo(other.mName);
return mName.compareTo(other.mName);
Returns the name of the resource item. return mName;
return mName;